inputs, variables, steps, webhooks — plus a category and tags for browsing. The template endpoints are public: no authentication required.
Browse templates
Fetch one template in full:
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 /flows/definitions. Take the template’s inputs, variables, steps, and webhooks, then supply your own name and status:
PUT as needed. Changes to the definition never affect the template.
Most templates that call external platforms leave the task’s credential unset. Create a credential 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.