Webhooks

    v1.0

    Receive real-time notifications about events in your Zaptick account

    Configure Webhooks

    Set Webhook URL

    POST/api/webhook-config

    Request Body

    JSON
    {
      "webhookUrl": "https://yourdomain.com/webhooks/zaptick",
      "events": [
        "message.incoming",
        "message.status",
        "template.approved"
      ]
    }

    Response Requirements

    RequirementDescription
    Status CodeRespond with 200 OK to acknowledge receipt
    Response TimeRespond within 5 seconds (process async if needed)
    RetriesFailed webhooks will be retried 3 times with exponential backoff