Skip to main content
Webhooks allow you to receive real-time HTTP POST notifications at your own endpoint when events occur in Smart Send. This is useful for building custom integrations, updating external systems, or triggering automated workflows.

Create a webhook

To set up a new webhook, start by logging into the Smart Send platform .
1

Navigate to Webhooks

Go to SettingsWebhooks
2

Add a webhook

Enter the URL of your endpoint and select the events you want to receive notifications forWebhook creation form with URL and events configured
3

Save the webhook

Click Create to save the webhook

Delete a webhook

To remove a webhook, start by logging into the Smart Send platform .
1

Navigate to Webhooks

Go to SettingsWebhooks
2

Delete webhook

Find the webhook you want to remove and click Delete next to it.Webhook list showing configured webhooks
3

Confirm deletion

Confirm delition by clicking Delete in the confirmation modalConfirmation dialog for deleting a webhook
Deleting a webhook stops all notifications to that endpoint. Any external systems relying on the webhook will no longer receive updates.