webhook
Tag updated event
This webhook is triggered when a tag is updated
To certify that the request was sent by Ringover, verify the request signature with your webhook key — see Securing your webhooks under the webhook tag (V1: JWT HS512 in X-Ringover-Webhook-Signature, with the deprecated Authorization header for backward compatibility; V3, on request: Base64 HMAC-SHA256 in X-Ringover-Webhook-Signature-V3).
postWebhookcall_tags_updated
Payload
Example payload
{
"event": "tags_updated",
"resource": "aftercall",
"timestamp": 1554823493.762305,
"data": {
"call_id": 1234567890987654400,
"tags": [
"tag1"
]
}
}Response
Successful operation