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.
Go to Admin Panel.
Click on Other Integrations.
Click on Webhooks.
Click on Add New Webhook.
Add an endpoint that would support a POST request containing the payload.
Select an event you'd like to subscribe to via this webhook.
Optionally, include a secret to verify that the request comes from your Neeto product.
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.