Config
Set or update Exotel credentials
Stores encrypted Exotel credentials for outbound calling. All six fields are required. The caller_id must be an E.164 phone number that Exotel has provisioned for your account.
PUT
Set or update Exotel credentials
Authorizations
API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.
Body
application/json
Exotel Account SID (SID of your Exotel account).
Example:
"acme"
Exotel API key.
Example:
"your_api_key"
Exotel API token.
Example:
"your_api_token"
Exotel API subdomain (region). Typical values: api.exotel.com, api.in.exotel.com.
Example:
"api.exotel.com"
Exotel-provisioned phone number used as the caller ID, in E.164 format.
Example:
"+919876543210"
Exotel Applet (flow) ID used to handle the call.
Example:
"12345"
Set or update Exotel credentials