inputs, variables, steps, webhooks — plus a category and tags for browsing. The template endpoints are public: no authentication required.
Browse templates
| Query parameter | Description |
|---|---|
status | active, draft, or archived |
category | Category label, e.g. contact-center, utils |
limit / skip | Pagination (default 50 / 0) |
name, description, category, tags, version, status, inputs, variables, steps, and webhooks.
Instantiate a definition from a template
Templates are read-only — to use one, copy its shape into a new definition of your own viaPOST /definitions. Take the template’s inputs, variables, steps, and webhooks, then supply your own name and status:
connection_id on each task, adjust parameters, and re-PUT as needed. Changes to the definition never affect the template.
Most templates that call external platforms leave
connection_id unset on their tasks. Create a connection first and set it on each task before activating.Next steps
Build your first flow
Author a definition from scratch instead.
Flow definitions
Every field of the definition shape, explained.