To link a profile to workflow
POST {{customerURL}}:5055/WorkflowService/workflowToProfiles?access_token={{custoken}}
- Using this service we can link a profile to the workflow.
- For linking the profile to a specific workflow we have to mention both the profileID and the workFlowID in the payload. Check the below json payload for detail.
- Click on the Environment quick look in the right top corner and navigate to Globals to find the generated profileid and workflowid.
- Note : To fetch the profileid, run the service Fetch the profile details and to fetch the workflowid, run the service View the list of workflows.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |