Skip to main content

Welcome to our Dev Docs!

Report Succeeded

This webhook is triggered when a new report is successfully created.

Typical Scenario

A new report was created in billwerk and you want to directly download it via API.

HTTP/1.1
POST /billwerk-hook
Host: example.com
Content-Type: application/json

{
    "ReportId":"6298c0e22c6833903dc30bde",
    "Event":"ReportSucceeded",
    "EntityId":"62148e3c0c14e1609e9ca5c1"
}