Invoice Created
This webhook is triggered when a new invoice PDF was created and sent/archived.
Typical Scenario
You want to listen to this hook to download all individual invoice PDF files.
HTTP/1.1
POST /billwerk-hook
Host: example.com
Content-Type: application/json
{
"Event" : "InvoiceCreated",
"InvoiceId" : "51d97067cb596a1239fff423"
}