Workflow Endpoints
Create Workflow
Create a new workflow in Extend.
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
The name of the workflow.
Response
A true or false value indicating whether the workflow was created successfully or not.
A Workflow object representing the newly created workflow. See the Workflow object for more details.
Error Responses
Will be false
if the request failed.
A description of the error that occurred.