- Pre-Call Functions — run before the call.
- In-Call Functions — run during the call.
- Post-Call Functions — run after the call.
Functions that authenticate with another service should use a saved secret reference, such as
x_secrets.CRM_API_KEY, instead of a hardcoded credential.