Creating webhooks

You can use webhooks to notify your application about various events.

Creating a webhook

  1. Go to Admin Panel.

  2. Click on Webhooks.

  3. Click on Add New Webhook.

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

  5. Choose an event you want to subscribe to through this webhook.

  6. Optionally, provide a secret to verify the request is from your Neeto product.

  7. Click on 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.