Creating a webhook

Webhooks subscribe to one/more events and will send a payload in a pre-decided format to the URL specified in the webhook when the subscribed event/s takes place.

To create a webhook, you need to be logged in as an admin.

  1. Go to Settings -> Webhooks.

  2. Click on Add new webhook.

  3. Add an endpoint that would support a POST request containing the payload.

  4. Choose an event/events you want to subscribe to through this webhook.

  5. Optionally, provide a secret to verify the request is from your neeto product.

  6. Click Save changes to create the webhook.

Once a webhook is created, the events that it subscribes to will start sending payloads to the endpoint specified in the webhook.

Can't find what you're looking for?