Webhooks
Inbound Dial
This webhook is triggered when an inbound dial is made to a phone number linked to an agent. Elto will automatically run the agent after this webhook is triggered.
Event Type
dial.inbound
Payload
Name | Type | Description |
---|---|---|
dial_session_id | string | The ID of the dial session. |
dial_id | string | The ID of the inbound dial. |
dest_number_id | string | The Elto ID of the called phone number. |
call_agent_id | string | The associated agent that was triggered by the call. |
source_number | string | The E.164 formatted phone number that is making the call. |