Hi Team,
Any one could provide me insights or assistance as I find that we don't get webhook triggers for email bounce. The below is the webhook response which I get. Can someone provide insights on what this error is.
{
  "EMAIL_SENT": {
    "time": "2024-11-13T12:16:07+00:00",
    "status": 403,
    "isSuccess": false,
    "statusText": "Forbidden",
    "webhookResponse": {
      "type": "Forbidden",
      "details": null,
      "message": "Record limit reached for webhook"
    }
  }
}