What are Actions?
An Action is a bridge between your AI Agent and an external system, such as your webshop, CRM, logistics platform, or support tool. Each Action defines what your Agent can do, for example:- Fetch the status of an order
- Create a return in your warehouse system
- Retrieve a ticket from your helpdesk
- Update a customer record in your CRM
How Actions work
When a user asks something that matches an Action (for example: “Where is my order?”), your AI Agent:- Collects the required information (like order number or email).
- Sends a secure request to the connected API.
- Receives the response (e.g. current order status).
- Presents the result to the user in a natural, conversational way.

