Reporting

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 download it directly via API.

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

Report Failed

This webhook is triggered when a new report failed during creation.

Typical Scenario

A new report failed during creation in billwerk, and you want to trigger a new report inside the UI.

{
    "Event":"ReportFailed",
    "ReportId":"5e4bd7ad9cc9ba11404fc7c8"
}

Accounting Export File Created

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

Typical Scenario

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

{
    "Event":"AccountingExportFileCreated",
    "FileId":"5e4bd7ad9cc9ba11404fc7c8"
}