Enable the data source in the Alida platform for use by the Actions Rules Engine.
In order to perform actions on the uploaded data, you must register the data source in the Actions Rules Engine.
Resource URL
/v2/applications/{communityApiKeyName}/cxm/customDataSources
Note:
Use the appropriate regional endpoint to ensure that you comply with your organization's privacy policy, and applicable laws and regulations. For details about the available regional endpoints, and how to identify your organization's region, see Shared responsibility.
Available methods
| Method | Description |
|---|---|
| PUT | Enable a data source in Actions. |
Available fields for PUT
| Field | Description |
|---|---|
| code | The data source name you specified when uploading the custom source schema. |
| name | The display name visible to end-users in Action. |
The code value must match the highlighted part of the $id property.
Example
{
"code": "policy”
"name": "Payment policy data source"
}