Created
August 13, 2021 03:33
-
-
Save coreymcmahon/8c125f17c5a1da005ad4af2ef176f7ce to your computer and use it in GitHub Desktop.
Payload structure for "customers.registered" webhook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"id": 461606, | |
"email": "[email protected]", | |
"phone_number": "+1122334455", | |
"creation_channel": "customer_service" | |
}, | |
"timestamp": 1628825494, | |
"environment": "develop", | |
"type": "customers.registered", | |
"webhook_version": "1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment