?

Webhook & Error Logs

Real-time event synchronization and system diagnostic center. Monitor API failures and forward incoming messages to external servers securely.

Webhook Endpoint

Data payloads (JSON) will be POSTed to this URL upon incoming messages or campaign status updates.

Expected Payload Format
{
  "event": "message.received",
  "data": {
    "from": "628123456789",
    "text": "Hello, is this available?",
    "timestamp": 1718365492
  }
}

system_diagnostic_logs.sh

Establishing secure connection to diagnostic server...