Actions2
Overview
This node listens for events from the Aigency platform, specifically for chat bot messages or context updates. It triggers workflow executions when these events occur, allowing automation based on real-time interactions or context changes within Aigency. For example, it can be used to start a workflow when a new chat message is received or when new context data is available from Aigency.
Use Case Examples
- Trigger a workflow when a chat bot receives a new message to process or respond automatically.
- Trigger a workflow when new context data is received to update user profiles or adjust system behavior.
Output
JSON
json- Contains the event data received from Aigency, including parameters related to the triggered event.
Dependencies
- Requires Aigency API credentials (API key and URL) for connection and authentication.
Troubleshooting
- If the node does not trigger, ensure the webhook URL is correctly configured in Aigency to send events to this node.
- Check that the API credentials are valid and the Aigency API is reachable; invalid credentials or network issues will prevent event listening.
- The node filters events by the selected operation ('Chat Bot Messages' or 'Contexts'); ensure the incoming event's method matches the selected operation to trigger correctly.
Links
- Aigency API Documentation - Official documentation for Aigency API, useful for understanding event types and webhook setup.