What happens if my Webhook URL is down or can't accept requests?

Netcore Email API makes the following retry increments to revoke the requests:

  • 15 minutes after the most recent failure
  • 45 minutes after the most recent failure
  • 90 minutes after the most recent failure
  • 1 hour after the most recent failure
  • 75 minutes after the most recent failure

Once the maximum retry limit is reached for a specific event, your hook call will be treated as failed and no further retries are allowed.

Data shared over HTTP(s) POST to your pre-configured Webhooks URL.