Integrations
Create Integration
POST
Create a new integration with external service credentials (e.g., Twilio). Integrations enable your agents to make and receive calls through your own telephony provider accounts.
Headers
string
required
Your API key for authentication.
string
required
The organization ID.
string
required
Must be
application/json.Permissions
integrations:create(admin, agent_manager)
Request Body
string
required
A human-readable name for the integration (1-100 characters).
object
required
Provider-specific credentials object. The structure depends on the provider.
Response
boolean
Indicates if the request was successful.
string
Human-readable success message.
object
The created integration object.