Skip to main content

Documentation Index

Fetch the complete documentation index at: https://colossal.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Event triggers fire an agent when something happens in your project. Each event includes a payload with relevant data that your steps can reference via data access variables.
{{payload.customer_email}}
{{payload.order_uid}}
{{payload.total_amount}}

Where triggers come from

The Colossal app provides 40+ built-in event triggers across orders, customers, cart, checkout, payments, invoices, and products. See Colossal app triggers for the full list with payload schemas. Third-party apps provide webhook triggers when installed. See app webhook triggers.

Event payloads

The exact payload fields depend on the event type. Check the triggers reference for full payload schemas.