Update workflow template
PUT {{backofficeURL}}/WorkflowService/workflowTemplates/{{workflowTemplateID}}?access_token={{useraccessToken}}
- Using this service, we can update an existing workflow template.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |
Request Body
{"Form Header"=>[{"Type"=>"Phone", "Value"=>"", "Label"=>"Phone Number"}], "Form Body"=>[{"Type"=>"Hidden", "Value"=>"", "Label"=>"Result"}], "Label"=>"Social Profiling", "Description"=>"", "autoVerify"=>false, "externalAccess"=>false, "templateActiveStatus"=>1}