Skip to main content

Event Types

Data entity events follow EntityName.operation and use thin payloads.Example payload:
{
  "id": "Customer_created_7bcef4fd-9458-49d0-a7e7-589f5e6f2683_03f6c94f-574d-42ca-a6cd-fecf2a2aeccb",
  "type": "Customer.created",
  "business_id": "8e7a359e-7af5-4f6e-b786-6ddfd1807c32",
  "business_external_id": "biz_101",
  "data": {
    "entity_id": "7bcef4fd-9458-49d0-a7e7-589f5e6f2683",
    "entity_external_id": "cust_2001"
  }
}
EntityEvents
BankTransactionBankTransaction.created, BankTransaction.updated, BankTransaction.archived
BillBill.created, Bill.updated, Bill.archived
BillPaymentBillPayment.created, BillPayment.updated, BillPayment.archived
CustomerCustomer.created, Customer.updated, Customer.archived
CustomerCreditCustomerCredit.created, CustomerCredit.updated, CustomerCredit.archived
CustomerPayoutCustomerPayout.created, CustomerPayout.updated, CustomerPayout.archived
CustomerRefundCustomerRefund.created, CustomerRefund.updated, CustomerRefund.archived
GeneralLedgerAccountGeneralLedgerAccount.created, GeneralLedgerAccount.updated, GeneralLedgerAccount.archived
InvoiceInvoice.created, Invoice.updated, Invoice.archived
InvoicePaymentInvoicePayment.created, InvoicePayment.updated, InvoicePayment.archived
InvoiceWriteOffInvoiceWriteOff.created, InvoiceWriteOff.updated, InvoiceWriteOff.archived
TimeEntryTimeEntry.created, TimeEntry.updated, TimeEntry.archived
TripTrip.created, Trip.updated, Trip.archived
VehicleVehicle.created, Vehicle.updated, Vehicle.archived
VendorVendor.created, Vendor.updated, Vendor.archived
VendorCreditVendorCredit.created, VendorCredit.updated, VendorCredit.archived
VendorPayoutVendorPayout.created, VendorPayout.updated, VendorPayout.archived
VendorRefundVendorRefund.created, VendorRefund.updated, VendorRefund.archived