Ask AI for input in Internal Team Chats
Anthony Elia
It would be great if using the private comments in a team chat we could just reference AI to give input. For eg. if we are having a marketing chat someone should be able to just add a comment like: "@OpenAI can you give an overview of Digital marketing avenues?" and then it will give its own comment
Jacques Drion
Yes, it would even be great to be able to launch actions using comments, that's what I'm trying to set up with webhooks and n8n
R
Rajiv Sinclair
Until this gets added natively, I would suggest setting up your own integration via Missive Rules Webhooks and Missive API. You can create a Missive Rule (e.g., when an internal comment contains @OpenAI then trigger a webhook to call your personal AI agent) then it’s webhooks can be used to invoke an AI (e.g., configured to run on val.town or any other platform) and after it generates a response message then it can use a script to call Missive’s API and post a note into the conversation on Missive as a response.