Retrieve Event AI Assistance
Retrieve the AI assistance of a specified event.
External Documentation
To learn more, visit the Flare.io documentation.
Parameters
Parameter | Description |
---|---|
Event ID | The ID of the event to fetch. |
Index | The activity index. |
Source | The source of the event. |
Example Output
{
"activity_ai_assistance": {
"prompt": "<string>",
"response": "<string>",
"uid": "<string>"
}
}
Workflow Library Example
Retrieve Event Ai Assistance with Flareio and Send Results Via Email
Preview this Workflow on desktop