When using the Salesforce Connector, FormAssembly makes the following API Calls per each submitted form response:
- 1 API call to authenticate
- 1 API call for a lookup or create operation (per object)
- 2 API calls for an update operation (per object)
So for example, a connector that updates a contact record and creates an attachment record would make 4 API calls.