Create workflows
POST {{backofficeURL}}/WorkflowService/workflows?access_token={{useraccessToken}}
- Using this service, we can create a new workflow.
- In order to create a workflow, it requires a workflow template ID. Use the service Get all workflow templates to fetch the workflow template id.
- Set a single or multiple workflow template id's in the payload based on the preference.
- Provide a workflow name and click on Send.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |
Request Body
{"workFlowName"=>"Machinery loan", "templateID"=>[9, 16, 907193, 93]}