Registering a Webhook

To build plugs using Webhook, follow the steps:

  • Navigate to Settings > Plugs > Add and give a name and add a description for your plug. 

  • Then, choose the platform to build your plug on - Webhook.

  • Then, click Create Plug.

  • The Webhooks configuration window appears. Provide the URL to invoke to create a connection.
  • The URL will be pinged to get validated with the read time out of 5 seconds. If it is not reached within 5 seconds, an HTTP HEAD request gets triggered to the URL to check the status code 200
  • You can generate the public key and secure your webhook.

Note: Ensure the webhook returns the response within 5 seconds. If not, the plug will not work. 

  • You can add the inputs and outputs for the plug by clicking on Parameters.

  • Then, click Save.

  • You can preview your plug before you publish it in the Preview window. You can click on Test and preview the working of the plug.

  • Once you are done, click Publish.

  • You can also edit the URL, if required.