Workflows in Extend model an end to end data processing flow.

This endpoint will create a new workflow in Extend, which can then be configured and deployed. Typically, workflows are created from our dashboard, however this endpoint can be used to create workflows programmatically in order to sync ID’s across systems. Configuration of the flow still needs to be done in the dashboard.

Body

name
string
required

The name of the workflow.

Response

success
boolean

A true or false value indicating whether the workflow was created successfully or not.

workflow
Workflow

A Workflow object representing the newly created workflow. See the Workflow object for more details.

Error Responses

success
boolean

Will be false if the request failed.

error
string

A description of the error that occurred.