USER_EMAIL_USAGES_CREATED
When a webhook is configured with this type, it will send a payload to the configured endpoint every time one of the following actions is performed:
a. Every time a user is created, it will create the LOGIN usage. b.Every time an email address is configured as the COMMUNICATION email. c. If a user configures an email address as their recovery email and there was NOT any address currently configured.
A payload for the USER_EMAIL USAGES CREATED webhook looks like the following:
{
"type": "USER_EMAIL_USAGES_CREATED",
"dateTime": "2023-03-28T18:09:22.296Z",
"payloadSHA256": "8b5ffb37c3315da7733fdc942d102335f5749870e5776d4a6310e6920884a173",
"payload": {
"userResourceGuid": "cfc71cff-77d2-4cb4-8d9e-3f89f00a2f98",
"emailAddress": "[email protected]",
"usage": "COMMUNICATION"
}
}
Updated 19 days ago