Accessing the Salesforce API
  • 1 minute read
  • Contributors

Accessing the Salesforce API


Article summary

Gong accesses the Salesforce API when running the following processes:

  • Initial export: Occurs when the integration is first connected so that Gong can retrieve all core object records that the integration user has access to.

  • Ongoing export: Starts after the initial export has been completed and continuously retrieves new or updated records (generally every few minutes).

Each API request is limited by Salesforce to return a maximum of 2,000 CRM entities

Gong calls the following API endpoints when retrieving data from Salesforce:

  • QueryAll: /services/data//queryAll?q=query

  • QueryAll More Results: /services/data//query/

  • Get Object: /services/data//sobjects/sObject/

  • sObject Describe: /services/data//sobjects/sObject/describe/

  • Query (for single objects): /services/data//query?q=query


Was this article helpful?

ESC

Eddy AI, a genAI helper, will scrub our help center to give you an answer that summarizes our content. Ask a question in plain language and let me do the rest.