Webhooks Integration

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

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

  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. Choose an event you want to subscribe to through this webhook.

  7. Optionally, provide a secret to verify the request is 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 endpoint specified in it.

Can't find what you're looking for?