A webhook sent when an end-user is updated
Here's an example payload:
{
"type": "v1.end_user.updated",
"timestamp": "2024-01-17T22:23:35.835",
"data": {
"end_user_id": "5f7e0e2c1e7c7e000f0f9c3a",
"profile": {
"first_name": "Ada",
"last_name": "Lovelace",
"email": "[email protected]",
"language": "en-US",
"metadata": {
"example_key1": "example_string_value",
"example_key2": true,
"example_key3": 123
},
"system_properties": {
"sunshine_user_id": "5f7e0e2c1e7c7e000f0f9c3a"
}
},
"created_at": "2023-12-08T19:06:04.890000",
"updated_at": "2023-12-08T19:06:04.890000"
},
"tags": [
"5f7e0e2c1e7c7e000f0f9c3a"
]
}