Link client to a workflow
POST {{clientmobileappURL}}:5055/WorkflowService/workflowToProfiles?access_token={{clientmobiletoken}}
- 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 mobileappprofileid and mobileappworkflowid.
- Note : To fetch the mobileappprofileid, run the service Fetch the profile details and to fetch the mobileappworkflowid, run the service Fetch all the available workflows.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |