Skip to main content
POST
Advance the IVR flow after caller input

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

callSid
string

jambonz call SID (also accepted in the body as call_sid).

nodeId
string

Id of the IVR flow node the caller is responding to.

kind
string

The kind of step being resumed (e.g. step).

Body

application/json
call_sid
string

jambonz call SID of the IVR leg.

digits
string

DTMF digits the caller entered.

speech
string

Recognised speech result, when the node gathers speech.

reason
string

Set by jambonz when the gather completed without a match (e.g. timeout).

Response

200 - application/json

The jambonz verbs for the next IVR node reached by the caller's input, or a hangup verb when the flow ends or no branch matches.

verb
string