Skip to main content

Webhooks API

The Webhooks API enables you to register HTTPS listener endpoints that receive real-time JSON payloads whenever asynchronous business events occur within Pingr AI. Receive instant alerts when phone calls complete, AI tools execute, WhatsApp messages arrive or fail, or campaigns terminate.

Event Catalog

Pingr AI supports 19 granular event types:

Telephony & Calls

Messaging & Conversations

Leads & Support Tickets

AI Agent Execution

Outbound Campaigns


Verifying Signatures

To ensure payloads originate from Pingr AI and have not been tampered with in transit, every delivery request includes an X-Pingr-Signature header computed using HMAC SHA-256 with your webhook secret:
Python
JavaScript

Available Endpoints


Previous
Create webhook
POST /api/v1/webhooks
Next