Skip to content

Instantly share code, notes, and snippets.

@coreymcmahon
Created August 13, 2021 03:33
Show Gist options
  • Save coreymcmahon/8c125f17c5a1da005ad4af2ef176f7ce to your computer and use it in GitHub Desktop.
Save coreymcmahon/8c125f17c5a1da005ad4af2ef176f7ce to your computer and use it in GitHub Desktop.
Payload structure for "customers.registered" webhook
{
"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