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
{
"Event" : "CustomerCreated",
"CustomerId" : "51d970c8eb596a1168df119a"
}