Workflow Template
Get Workflow Template UUID by Name
Retrieve the UUID of a workflow template by providing its name
POST
Retrieve the UUID of a workflow template by providing its name.
Base URL
All API requests should be made to:Example request
Request body
| Field | Type | Required | Description |
|---|---|---|---|
workflow_name | string | Yes | Name of the workflow template |
Example response
Response fields
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the request was successful |
workflow_uuid | string | Unique identifier for the workflow template |
Related Documentation
- Workflow Template Overview - Learn about workflow templates, execution modes, and features
- Get Workflow Template Paginated (Paginated) - Retrieve a paginated list of all workflow templates
- Add Workflow Template - Create a new workflow template
Authorizations
API key for authentication. Get this from your dashboard by selecting a brand and going to API Keys section.
Brand UUID for authentication. Get this from your dashboard after adding a brand - it will be displayed in the UI.
Body
application/json
Workflow template name
Name of the workflow template

