about closed systems 2. Show off Kintone 3. Demo the example app (generating meeting minutes with open API) 4. Go over the code of the example app Part two 1. Talk about app integration 2. Talk about Portal and Guardian design pattern 3. Demo the second app(s) 4. Q&A
• Data can only be added in certain ways / formats • Integration depends on platform • In the end, many allow scripting with JavaScript anyways… (logo of other cloud services) (logo of other cloud services) (logo of other cloud services) (logo of other cloud services)
Management and Access Privileges by Department • Guest Spaces • Mentions and Comments • Fully JS Customizable • Webhook Support • Oauth / SAML Auth Support • User Provisioning • Plugin Support for extensibility
Use the file key to retrieve the meeting minutes text file 3. Get the text content of the file 4. Send the text content to the OpenAI Completion API with a prompt 5. Await the response 6. Use the response content to update our database record
Less in-roads to your system • AI can do a “best-effort” categorization for any content • With more effort, the AI can create new database / repositories for new data • A guardian can be trained to know your organization, and merge data from different sources into one app