Webhook Payload Structure
Each webhook delivers a complete and structured payload with all relevant task information, eliminating the need for additional API calls.Complete Payload Example
Field Reference
Unique notification identifier (useful for deduplication)
Which event triggered this webhook. Possible values:
task.completed
- Task completed and ready for reviewtask.approved
- Task approved
Exact moment when the event occurred (ISO 8601 format)
Complete task data including:
id
(string) - Unique task identifiertitle
(string) - Task titledescription
(string) - Task descriptionstatus
(string) - Current task statusreference
(number) - Readable task reference number- Additional metadata
All input content that was processed:
files
(array) - Array of processed files with:filename
(string) - Original file namecontent
(string) - Processed and extracted contenttype
(string) - File MIME type
- Additional input data
The complete result generated by the task