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

Parameters

ParameterDescription
Event IDThe ID of the event to fetch.
IndexThe activity index.
SourceThe 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
Workflow LibraryPreview this Workflow on desktop