USER_EMAIL_UPDATED

When a webhook is configured with this type, it will send a payload to the configured endpoint every time an email address is added to the alumni network and when it is verified. The payload will consist of all the fields shown in the payload example below:

{
  "type": "USER_EMAIL_UPDATED",
  "dateTime": "2023-03-28T18:05:28.187Z",
  "payloadSHA256": "172151dbb1b752323ce572dc657ff8a8bf69a84ab8bc78b048409506de0561e5",
  "payload": {
    "emailAddress": "[email protected]",
    "userResourceGuid": "cfc71cff-77d2-4cb4-8d9e-3f89f00a2f98",
    "usages": [],
    "verified": false
  }
}