Api reference MessageFlow
  • Welcome
  • Introduction
  • Authentication
  • REST clients samples
  • Long running actions - Retry-After header explained
  • Input compression
  • Using filters
  • Dynamic e-mail content
  • SMS Billing
  • Incoming webhooks
    • Steps to configure webhooks
    • Step 1: Identify the events to monitor
    • Step 2: Create a webhook endpoint
    • Step 3: Handle requests
    • Step 4: Test that your webhook
    • Step 4: Test your webhook
    • Step 5: Save your webhook configuration
  • External resources
  • Current Version
  • License
  • Groups
  • Contacts
  • Emails
  • Sms
  • Blacklist
  • Campaigns
  • Pushes
Powered by GitBook
On this page
  1. Incoming webhooks

Steps to configure webhooks

  1. Identify the events you want to monitor and the event payloads to parse (payloads are described below).

  2. Create a webhook endpoint as an HTTPS endpoint (URL) on your server.

  3. Handle requests by saving each event object (parse it later) and returning 200 response status codes with a string message 'ok'.

  4. Test that your webhook endpoint is working properly using settings in our panel

  5. Save your webhook configuration in panel

PreviousIncoming webhooksNextStep 1: Identify the events to monitor