Svix Webhooks
Webhooks as a Service
{
"eventId": "unique-msg-identifier",
"eventType": "user.signup",
"payload": {
"email": "[email protected]",
"type": "user.created",
"username": "test_user"
},
"channels": [
"project_123",
"group_2"
],
"id": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"timestamp": "2019-08-24T14:15:22Z"
}
Response example. If you want to see more check the documentation.