Settings
Webhook Configuration
Configure where HarakaFlow sends event notifications
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
}
}