Is the integration real-time or async?
Each Invitee/event data is inserted in Salesforce close to real-time right after booking individually. It is not batched together with other events.
The API we use to execute that insert is not asynchronous.
In the current package version the createEventTemplate flow runs asynchronously to the insert operation in Salesforce.
What is the approximate number of bulk API batches per day?
We don't use Bulk API in any aspect of our integration.
Are there any known "Governor Limits"?
All standard API limits apply.
Is a new integration user required?
No, it is not required, but we recommend creating one for the connection.
Does this package add components to Salesforce?
Yes - All listed components can be found here.
Are server-to-server authentication/callouts supported?
We don't currently support server auth. To set this up, you will need to create a Named Credential in Salesforce that contains a personal access token associated with the Calendly owner/admin.
Are you storing "Client ID and Secret" as part of the integration?
Client ID and Client Secret are application credentials – they are not used directly to access Salesforce customers' data.
These credentials are known only to us and Salesforce.