API call on an order
API call on an order fires when an external system makes an API call that invokes this trigger for a specific order. Use this trigger to start order-scoped automations programmatically — for example, to kick off fulfillment steps, status updates, or notifications from an external platform or custom integration.
This trigger is intended for developers and technical users who need to initiate order-scoped automations from outside Partner Center.
This trigger operates at the order scope. Order and account actions are available downstream.
How it works
- An external system makes an authenticated API call that references the trigger and a specific order ID.
- The automation starts with the identified order in context.
- Any payload data included in the API call is available as dynamic content in downstream steps.
- Downstream steps can use Add dynamic content to reference order fields and any data passed in the request.
Available data
Standard order and account fields are available via Add dynamic content. Additional fields depend on what data your API call passes as part of the request payload.
Consult the Vendasta developer documentation for the correct API endpoint, authentication requirements, and payload schema to invoke this trigger.
Tips
- Use this trigger when you need to start order-scoped automation workflows from an external system or custom-built integration.
- Pass relevant context (such as order status or fulfillment details) in the API payload to make it available as dynamic data in downstream steps.