Error
A valid request URL is required to generate request examples{
"success": true,
"data": {
"id": "dest_7a2c",
"name": "Sales Hermes",
"provider": "hermes",
"deliveryMode": "webhook_queue",
"endpointUrl": "https://ops.example.com/flowyte/escalations",
"allowedChannels": [
"chat"
],
"capabilities": [
"reply",
"resolve"
],
"contextProfile": "sales",
"transcriptWindow": 20,
"claimSlaSeconds": 120,
"status": "active",
"signingSecret": "whsec_88a1b2c3d4e5f60718293a4b5c6d7e8f",
"rotatedAt": "2026-07-12T11:00:00.000Z",
"createdAt": "2026-06-01T00:00:00.000Z",
"updatedAt": "2026-07-12T11:00:00.000Z"
}
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}Escalation
Rotate the destination signing secret (new secret shown once)
Generate a new whsec_ signing secret, returned EXACTLY ONCE — store it immediately. The previous secret stays valid for a 24-hour dual-sign window so an in-flight rotation does not drop deliveries.
POST
/
escalation-destinations
/
{id}
/
rotate-secret
Error
A valid request URL is required to generate request examples{
"success": true,
"data": {
"id": "dest_7a2c",
"name": "Sales Hermes",
"provider": "hermes",
"deliveryMode": "webhook_queue",
"endpointUrl": "https://ops.example.com/flowyte/escalations",
"allowedChannels": [
"chat"
],
"capabilities": [
"reply",
"resolve"
],
"contextProfile": "sales",
"transcriptWindow": 20,
"claimSlaSeconds": 120,
"status": "active",
"signingSecret": "whsec_88a1b2c3d4e5f60718293a4b5c6d7e8f",
"rotatedAt": "2026-07-12T11:00:00.000Z",
"createdAt": "2026-06-01T00:00:00.000Z",
"updatedAt": "2026-07-12T11:00:00.000Z"
}
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}Authorizations
Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.
Path Parameters
The escalation-destination id whose signing secret to rotate.