Dials
Create Dial
Creates a one-off dial session, either for phone dials or browser dials.
POST
/
dials
Body
application/json
Optional. The URL for the webhook for this dial session.
Set to true if this is a browser call.
Required if this is a phone dial, in E.164 format.
The ID for the phone number to use to start the call. Required if this is a phone dial.
The ID for the voice on the call. If not specified, the default voice for the agent will be used.
Required. The ID of the agent.
Any macros in the call agent prompt.
Response
200 - application/json
You can pass this dial token to Elto's web UI, or use this token to authorize any requests for this dial. It's safe to pass this token to a client -- it only allows users to run requests against the dial associated with this session.