Actions
Trigger notifications using an API calls.
Api Call is the best way to integrate with external systems. Thanks to this action, you can do a lot of things, like:
The video above shows example of making a Slack notification each time user requests a new feature during the conversation.
To create new API Action, follow steps below.
This action will gather information such as order statuses or user information from Slack.
Action Name: Make sure it reflects the goal of the action. Keep it short.
When to use: AI Agent will use this description to decide if the action should be triggered.
Include extra inputs that the AI agent will gather from the conversation, like feature description and feature name.
Provide URL tha AI Agent will use in this action. You can use data input and contact attributes as an variable like {{feature_name}}. To learn more about contacts, check this article
Incorporate any headers specific to your integration.
Ensure to pass the required JSON body in the API call. You can use data inputs and contact attributes as variables like {{feature_name}}