Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
live_call_router updated
Update a specific Live Call Router by id
curl --request PUT \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"enabled": true,
"name": "<string>",
"country_code": "AU",
"phone_type": "local",
"voicemail_greeting": "<string>",
"caller_greeting": "<string>",
"waiting_music_url": "https://storage.rootly.com/twilio/voicemail/ClockworkWaltz.mp3",
"sent_to_voicemail_delay": 123,
"should_redirect_to_voicemail_on_no_answer": true,
"escalation_level_delay_in_seconds": 123,
"should_auto_resolve_alert_on_call_end": true,
"alert_urgency_id": "<string>",
"calling_tree_prompt": "<string>",
"paging_targets": [
{
"id": "<string>",
"type": "service",
"alert_urgency_id": "<string>"
}
],
"escalation_policy_trigger_params": {
"id": "<string>",
"type": "Service"
}
}
}
}'{
"data": {
"id": "4578cd1b-7bb3-4753-b826-4a23665e81cb",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "live_call_router_staging",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Ad itaque provident veniam.",
"slug": "tenetur-mollitia-nostrum-eos",
"enabled": true,
"created_at": "2025-11-17T05:21:06.539-08:00",
"updated_at": "2025-11-17T05:21:06.653-08:00",
"calling_tree_prompt": "Labore iste mollitia quaerat.",
"paging_targets": [
{
"id": "d2abf63a-213f-46a8-833e-2a9472e5589f",
"type": "service",
"alert_urgency_id": "3fc07fea-a0dc-48d4-a6e7-c6113d7223ee"
}
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
live_call_router updated
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"enabled": true,
"name": "<string>",
"country_code": "AU",
"phone_type": "local",
"voicemail_greeting": "<string>",
"caller_greeting": "<string>",
"waiting_music_url": "https://storage.rootly.com/twilio/voicemail/ClockworkWaltz.mp3",
"sent_to_voicemail_delay": 123,
"should_redirect_to_voicemail_on_no_answer": true,
"escalation_level_delay_in_seconds": 123,
"should_auto_resolve_alert_on_call_end": true,
"alert_urgency_id": "<string>",
"calling_tree_prompt": "<string>",
"paging_targets": [
{
"id": "<string>",
"type": "service",
"alert_urgency_id": "<string>"
}
],
"escalation_policy_trigger_params": {
"id": "<string>",
"type": "Service"
}
}
}
}'{
"data": {
"id": "4578cd1b-7bb3-4753-b826-4a23665e81cb",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "live_call_router_staging",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Ad itaque provident veniam.",
"slug": "tenetur-mollitia-nostrum-eos",
"enabled": true,
"created_at": "2025-11-17T05:21:06.539-08:00",
"updated_at": "2025-11-17T05:21:06.653-08:00",
"calling_tree_prompt": "Labore iste mollitia quaerat.",
"paging_targets": [
{
"id": "d2abf63a-213f-46a8-833e-2a9472e5589f",
"type": "service",
"alert_urgency_id": "3fc07fea-a0dc-48d4-a6e7-c6113d7223ee"
}
]
}
}
}