Salesforce Service Cloud
Version
This integration utilizes the Salesforce Service Cloud REST API v49.0.
Base URL
The base URL used for all Salesforce Service Cloud API endpoints contains the Instance URL:https://INSTANCE_URL.salesforce.com/services/data/v49.0
Endpoints Utilized
DataGrail uses the following endpoints to authorize and test the connection:
| Method | Endpoint | Purpose | Docs |
|---|---|---|---|
| GET | https://login.salesforce.com/services/oauth2/authorize | Request authorization | |
| POST | https://login.salesforce.com/services/oauth2/token | Get and refresh access token |
Authentication & Authorization
The DataGrail Salesforce Service Cloud integration connects using OAuth 2.0 with the following credentials: Client ID and Client Secret.
Limits
Limits in Salesforce Service Cloud are calculated using the leaky
bucket algorithm. All requests that are made after rate limits have been
exceeded are throttled and an HTTP 429 Too Many Requests error is returned.
Requests succeed again after enough requests have emptied out of the bucket.
- DataGrail supports requests throttling to stay within 70-80% of specified service rate limits.
- DataGrail processes API responses with HTTP 429 status to interrupt requests, waiting and retrying (using an exponential backoff strategy).
Capabilities
Access
DataGrail's Salesforce Service Cloud integration provides Synchronous Access capabilities for the following supported identifier category: Email.Data Interactions
For Access requests, DataGrail will take the following actions:
- Search Contacts by configured identifiers.
- Fetch associated objects for each of the found Contacts. By default, search for Account, Cases, Events, Opportunities and Tasks, but this list can be extended through configuration by DataGrail Support (support@datagrail.io).
- Search Leads by configured identifiers.
- Search Campaigns by configured identifiers.
- Retrieve records for each of the Contacts, Leads and Campaigns objects by the specified object ID.
Endpoints Utilized
Deletion
DataGrail's Salesforce Service Cloud integration provides Synchronous Deletion capabilities for the following supported identifier category: Email.Data Interactions
For Deletion requests, DataGrail will take the following actions:
- Run all data access steps to find objects that can be deleted (See Access).
- Delete associated contact objects, if any. By default, delete only Cases, Events, Opportunities and Tasks, but this list can be extended through configuration by DataGrail Support (support@datagrail.io).
- DataGrail utilizes deletion and anonymization, depending on the contact type:
- Deletion for the regular contacts.
- Anonymization for the personal account contacts.
- Delete contact sub-objects or do sub-objects anonymization.
- By default, delete Cases, Events, Opportunities and Tasks, but this list can be extended through configuration by DataGrail Support (support@datagrail.io).
- By default, anonymize dependent objects Cases and Tasks, but this list can be extended through configuration by DataGrail Support (support@datagrail.io).
- Delete or anonymize the Contact.
- Delete a Lead.
Endpoints Utilized
Disclaimer: The information contained in this message does not constitute as legal advice. We would advise seeking professional counsel before acting on or interpreting any material.