Hi team - Iโm looking to do a bulk export of Clay-enriched data from a Clay table into Salesforce. is there a way to estimate the number of API calls this would use in Salesforce?
To estimate the number of API calls required for a bulk export of Clay-enriched data to Salesforce, you'll need to consider a few factors: 1. The number of records you're exporting from your Clay table. 2. The Salesforce objects you're updating (e.g., Leads, Contacts, Accounts). 3. The fields you're updating for each record.Each record update typically counts as one API call. So, if you're exporting 1000 records, you'd expect to use approximately 1000 API calls.It's important to note that the actual number of API calls may vary depending on your specific Salesforce configuration and the complexity of your data. To get a more accurate estimate, you might want to run a small test export first.What's the approximate number of records you're planning to export, and which Salesforce objects will you be updating? Sources: FAQ: What permissions and scope do I need for the Salesforce enrichment? Salesforce integration overview | Documentation | Clay University
This is very helpful! We are doing a variety of things but for one of the export we would be exporting one Clay field to 18k Accounts in Salesforce. Based on the guidance above it seems like that would be ~18k API calls, is that correct cc Sameera P. Sedona D.
Yes, that's correct. When updating records in Salesforce, each record update counts as one API call. Since you're updating one field across 18,000 Account records, this would result in approximately 18,000 API calls. Before proceeding with such a large update, it's recommended to: 1. Run a small test export first to ensure data is mapping correctly 2. Verify that the data type of your Clay column matches the corresponding Salesforce field type to avoid export failures 3. Ensure your Salesforce user has the necessary permissions for updating Account objects Source: Salesforce integration overview | Documentation | Clay University
Great! I'm glad I could provide the information you needed. I'm here if you have any more questions.
Great! I'm glad I could help. I'm here if you have any more questions.