USER_EMAIL_CREATED
When a webhook is configured with this type, it will send a payload to the configured endpoint every time an email address is added for the first time to the alumni network, this means that, if the user adds an email address, deletes it, and adds it again, the second time it is added it won’t trigger this webhook. The payload will consist of all the fields shown in the payload example below:
{
"type": "USER_EMAIL_CREATED",
"dateTime": "2023-03-28T18:05:28.187Z",
"payloadSHA256": "172151dbb1b752323ce572dc657ff8a8bf69a84ab8bc78b048409506de0561e5",
"payload": {
"emailAddress": "[email protected]",
"userResourceGuid": "cfc71cff-77d2-4cb4-8d9e-3f89f00a2f98",
"usages": [],
"verified": false
}
}
Updated 19 days ago