An app action step runs an operation from any installed app. This includes built-in Colossal actions (email, HTTP, cart operations) and third-party app actions (Stripe charges, Klaviyo events, Slack messages).Documentation Index
Fetch the complete documentation index at: https://docs.colossal.sh/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
| Field | Type | Description |
|---|---|---|
action | string | Action identifier. Built-in actions use colossal/actionName, third-party apps use app-id/actionName. |
parameters | object | Key-value pairs passed to the action. Supports data access variables. |
Example
Available actions
The Colossal app provides built-in actions for cart, checkout, customer, product, orders, inventory, invoices, email, payments, and HTTP. These use thecolossal/ prefix.
Third-party apps add their own actions when installed, using the format app-id/action-name (e.g. stripe/create_payment_intent, klaviyo/track_event).
See Colossal app actions for the full built-in list and Apps for third-party apps.