Contract Created
Sent when a contract was created either via self-service or Admin UI.
Typical Scenario
Upon receving this hook, you'll want to query the billwerk API for the given contract to create a new account in your system and send a welcome email. To do so, you might have to also fetch the customer whose id is given in the contract.
HTTP/1.1
POST /billwerk-hook
Host: example.com
Content-Type: application/json
{
"Event" : "ContractCreated",
"ContractId" : "51d970c8eb596a1168df119a"
}