Documentation Index
Fetch the complete documentation index at: https://docs.chamelio.ai/llms.txt
Use this file to discover all available pages before exploring further.
Event
Payload Example
Payload Fields
Envelope
| Field | Type | Description |
|---|---|---|
event | string | Always flows.tasks.completed |
event_id | string | Unique delivery ID — use to deduplicate retries |
organization_id | string | ID of the organization |
timestamp | string | ISO 8601 UTC timestamp of the event |
data | object | Event-specific payload (see below) |
Data Object
| Field | Type | Description |
|---|---|---|
task_id | string | Unique identifier of the completed task |
workflow_id | string | ID of the parent workflow |
workflow_name | string | Human-readable workflow name |
initiated_by | string | Email of the user who initiated the task |
completed_at | string | ISO 8601 UTC timestamp of task completion |
duration_hours | number | Total time from task creation to completion, in hours |
variables | object | Input variables provided at task initiation |
outputs | object | Key outputs generated by the task (e.g., signed document IDs) |