Skip to main content

Welcome to our Dev Docs!

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

{
    "InvoiceId" : "51d97067cb596a1239fff423",
    "ContractId":"621cda87850377beb8e19040",
    "CustomerId":"621cda864076e6f1c77a48e1",
    "Event" : "InvoiceCreated",
    "EntityId":"62148e3c0c14e1609e9ca5c1"
}