WhatsApp webhook infrastructure

WhatsApp messages, delivered to your code

Pipes.bot receives WhatsApp messages and delivers them as webhooks to your application — reliably, securely, in real-time.

Get started
POST /webhook
{
  "event": "message.received",
  "from": "+5511999990000",
  "type": "text",
  "text": { "body": "Hello!" },
  "timestamp": 1739577600
}

Webhook Delivery

Real-time HTTP POST to your endpoint for every WhatsApp message. One URL, all your messages.

Rich Media

Images, documents, audio, and video — every attachment arrives with a secure download URL.

HMAC Signatures

Every payload signed with HMAC-SHA256. Verify authenticity and reject tampered requests.

Automatic Retries

Failed deliveries retry with exponential backoff. Your endpoint goes down — no messages lost.