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

9da73dd2f99e

webhook

Voicemail available event

This webhook is triggered when a voicemail is available

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_voicemail_available

Payload

eventstring
resourcestring
timestampnumber

Example payload

{
  "event": "voicemail_available",
  "resource": "aftercall",
  "timestamp": 1554823493.762305,
  "data": {
    "call_id": 1234567890987654400
  }
}

Response

Successful operation