Settings

Settings

Webhook Configuration

Configure where HarakaFlow sends event notifications

HarakaFlow will POST events to this URL

We'll sign all webhooks with X-HarakaFlow-Signature: sha256=...

Receive group messages

Send message.received webhooks for WhatsApp group messages. Off by default.

Example Payload

{
  "event": "message.received",
  "timestamp": "2025-01-01T12:00:00.000Z",
  "merchantId": "uuid-here",
  "data": {
    "sessionId": "session-uuid",
    "from": "1234567890",
    "body": "Hello!",
    "type": "text",
    "timestamp": 1704110400
  }
}