Webhooks Integration

Webhooks subscribe to one or more events and send a payload in a predefined format to the URL specified in the webhook when the subscribed event(s) occur.

You must be logged in as an admin to create a webhook.

  1. Go to Admin Panel.

  2. Click on Other Integrations.

  3. Click on Webhooks.

  4. Click on Add New Webhook.

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

  6. Select an event you'd like to subscribe to via this webhook.

  7. Optionally, include a secret to verify that the request comes from your Neeto product.

  8. Click on Save Changes to create the webhook.

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

Can't find what you're looking for?