External DocumentationTo learn more, visit the Flare.io documentation.
Actions
Retrieve Event AI Assistance
Retrieve the AI assistance of a specified event.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Event ID | The ID of the event to fetch. |
| Index | The activity index. |
| Source | The source of the event. |
{
"activity_ai_assistance": {
"prompt": "<string>",
"response": "<string>",
"uid": "<string>"
}
}
Was this page helpful?