latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

webhook

Comment updated event

This webhook is triggered when a comment 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_comments_updated

Payload

eventstring
resourcestring
timestampnumber
attemptinteger

Example payload

{
  "event": "comments_updated",
  "resource": "aftercall",
  "timestamp": 1554823493.762305,
  "data": {
    "call_id": 1234567890987654400,
    "channel_id": 123456789,
    "tags": [
      "tag1",
      "tag2"
    ]
  },
  "attempt": 2
}

Response

Successful operation