USER_EMAIL_DELETED

When a webhook is configured with this type, it will send a payload to the configured endpoint every time an email address is deleted from the alumni network, either if it is manually deleted by the user or automatically deleted by the system. The payload will consist of all the fields shown in the payload example below:

{
  "type": "USER_EMAIL_DELETED",
  "dateTime": "2023-03-28T18:10:17.918Z",
  "payloadSHA256": "9173ef870bdb9d897698d21510e694fec65be63b11168d9552dee9105b945179",
  "payload": {
    "emailAddress": "[email protected]",
    "userResourceGuid": "cfc71cff-77d2-4cb4-8d9e-3f89f00a2f98",
    "usages": [],
    "verified": true
  }
}