Create a webhook to receive calls from the Flow REST API.

Creating a webhook endpoint on your server is no different from creating any page on your website.

Webhook data is sent as JSON in the POST request body. The full event details are included and can be used directly, after parsing the JSON into an Event object.

Your webhook must meet the following requirements:

  • HTTPS support
  • A valid SSL certificate
  • An open port that accepts GET and POST requests