Bulk Invoices Created

A bulk invoice creation job has completed

Payload

The payload of this webhook request is an object.
eventTypestringRequired
datalist of objectsRequired

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "eventType": "invoice.bulk.created",
3 "data": [
4 {
5 "id": "ent_21661ac1-a2a8-4465-a6c0-64474ba8181d",
6 "foreignId": "YOUR-INVOICE-ID"
7 },
8 {
9 "foreignId": "YOUR-SECOND-INVOICE-ID",
10 "error": "Invoice creation failed"
11 }
12 ]
13}
Built with