Unify and manage your data

Reltio Call Logging

You can enable Reltio call logging at Salesforce tenant profile level.

To enable Reltio call logging at Salesforce profile level:

Request PUT {SFDCConnectorURL}\{tenant}\{profile}\logging\reltioCalls?enabled=true
Table 1. Parameters
Parameter Name Required Description
Headers Authorization Yes Access Token in the format Bearer <accessToken> (for more information, see Authentication API).
Content-Type Yes Should be Content-Type: application/json
Path tenant Yes Tenant ID
Profile Yes Profile ID
Query enabled Yes enable or disable call logging. Possible values: true or false

Response

Success: 200: Body: Reltio calls logging is enabled for '{tenant}+{profile}' profile Error: 400, 403 Body: { errors : [], warnings: [] }
Was this content helpful?