Overview
Webhooks provide a mechanism for real‑time event delivery from Netcore Cloud Email services to your application. Instead of polling for activity, Netcore pushes event notifications (e.g., email delivered, opened, clicked, bounced) directly to your configured callback URL as HTTP POST requests whenever those events occur.
Key Concepts
- Webhook: An HTTP callback configured with a target URL that receives JSON‑formatted event data.
- Events: Email lifecycle events like delivered, bounce, open, click, unsubscribe, etc.
- Callback URL: Your server endpoint that accepts these POST notifications.
- Status: Each webhook can be enabled or disabled (paused) without deleting its configuration.
Types of Webhooks
- Manage Webhook: Enable or disable an existing webhook without modifying its configuration details. This is useful during maintenance windows or when you temporarily want to stop event deliveries without deleting the webhook setup
- List Webhook: Retrieve all configured webhooks for your account, along with relevant details such as the callback URL, status, alert emails, and webhook type.
- Manage Webhook: Lets you enable or disable an existing webhook without deleting or modifying its configuration. This is particularly useful when you want to pause event delivery temporarily or reactivate a webhook after downtime or testing.
