Starting a Task
Use this API to start a task.
The API parameters are listed in Table 1: Start Task.
Parameters | Name | Required | Description |
---|---|---|---|
Headers | ContentType |
Yes | Format must be "Content-Type:application/json". |
Headers | Authorization |
Yes | Contains information about the authentication access token. Format must be "Bearer 'access token'". |
Path | tenant |
Yes | Contains the Reltio tenant name. |
Path | profile |
Yes | Contains the Salesforce Profile ID. In most cases, the Profile ID is the Salesforce Organization ID, and it has 18 digits. |
Path | taskType |
Yes | Contains the task type. Currently, the
syncReltio task type is supported. |
Query | email |
No | Contains the email address of the user to whom the task notifications will be sent. |
Request
POST {connector}/tasks/{tenant}/{profile}/{taskType}
Body
{JSON Arguments specific for a task}
Response
200 Task #{task id} has been created.
Available Tasks