bridge_phrases
Create Bridge Phrases
Create a new bridge phrases config.
post/api/v1/bridge_phrases/
Request body
Example request
{
"name": "Default Bridge Phrases",
"description": "Standard hold phrases for inbound line.",
"config": {
"phrases": {
"messages": [
"One moment, please.",
"Let me check on that for you."
],
"localized": {
"es-US": {
"messages": [
"Un momento, por favor."
]
},
"fr-FR": {
"messages": [
"Un instant, je vous en prie."
]
}
}
},
"tools": [
{
"phrases": {
"messages": [
"One moment, please.",
"Let me check on that for you."
],
"localized": {
"es-US": {
"messages": [
"Un momento, por favor."
]
},
"fr-FR": {
"messages": [
"Un instant, je vous en prie."
]
}
}
}
}
],
"randomize_bridge_phrases": true
}
}Response
Successful Response
Example response
{
"name": "Default Bridge Phrases",
"description": "Standard hold phrases for inbound line.",
"config": {
"phrases": {
"messages": [
"One moment, please.",
"Let me check on that for you."
],
"localized": {
"es-US": {
"messages": [
"Un momento, por favor."
]
},
"fr-FR": {
"messages": [
"Un instant, je vous en prie."
]
}
}
},
"tools": [
{
"phrases": {
"messages": [
"One moment, please.",
"Let me check on that for you."
],
"localized": {
"es-US": {
"messages": [
"Un momento, por favor."
]
},
"fr-FR": {
"messages": [
"Un instant, je vous en prie."
]
}
}
}
}
],
"randomize_bridge_phrases": true
},
"id": 1,
"edit_comments": "Added Spanish overrides for the transfer tool.",
"agents_info": [
{
"id": 1,
"name": "Test Agent"
}
],
"updated_at": "2026-07-02T00:00:00Z",
"last_updated_by": "user@mail.com"
}