Customer Created
Sent whenever a customer has been created, e.g. through a signup.
Typical Scenario
Usually, you want to listen to this hook to notice new customers on billwerk. After receiving the webhook, fetch the customer by id and create a new customer on your side.
HTTP/1.1
POST /billwerk-hook
Host: example.com
Content-Type: application/json
{
"CustomerId": "62a86b86826fa0a7d0d06b45",
"Event": "CustomerCreated",
"EntityId": "62148e3c0c14e1609e9ca5c1"
}