Skip to main content
POST
Create
🔑 Requires the call_routes.update scope.

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

call_route_id
string
required

The call route to add this option to

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

Body

application/json
digit
enum<string>
required

The keypad digit a caller presses to choose this option

Available options:
1,
2,
3,
4,
5,
6,
7,
8,
9
Example:

"1"

path
object[]
required

Who to page when a caller chooses this option

Example:
prompt
string
required

What we read out to offer this option, via text-to-speech in the route's language, exactly as written

Maximum string length: 250
Example:

"For an urgent production outage, press 1"

Response

Created response.

option
object
required

One entry in a call route's phone-tree menu: the digit a caller presses, the prompt we read out to offer it, and who we page when they choose it.