Event Types
- Data Entity Events
- User Activity Events
- SMS Events
- External Account Link Events
Data entity events follow
EntityName.operation and use thin payloads.Example payload:| Entity | Events |
|---|---|
| BankTransaction | BankTransaction.created, BankTransaction.updated, BankTransaction.archived |
| Bill | Bill.created, Bill.updated, Bill.archived |
| BillPayment | BillPayment.created, BillPayment.updated, BillPayment.archived |
| Customer | Customer.created, Customer.updated, Customer.archived |
| CustomerCredit | CustomerCredit.created, CustomerCredit.updated, CustomerCredit.archived |
| CustomerPayout | CustomerPayout.created, CustomerPayout.updated, CustomerPayout.archived |
| CustomerRefund | CustomerRefund.created, CustomerRefund.updated, CustomerRefund.archived |
| GeneralLedgerAccount | GeneralLedgerAccount.created, GeneralLedgerAccount.updated, GeneralLedgerAccount.archived |
| Invoice | Invoice.created, Invoice.updated, Invoice.archived |
| InvoicePayment | InvoicePayment.created, InvoicePayment.updated, InvoicePayment.archived |
| InvoiceWriteOff | InvoiceWriteOff.created, InvoiceWriteOff.updated, InvoiceWriteOff.archived |
| TimeEntry | TimeEntry.created, TimeEntry.updated, TimeEntry.archived |
| Trip | Trip.created, Trip.updated, Trip.archived |
| Vehicle | Vehicle.created, Vehicle.updated, Vehicle.archived |
| Vendor | Vendor.created, Vendor.updated, Vendor.archived |
| VendorCredit | VendorCredit.created, VendorCredit.updated, VendorCredit.archived |
| VendorPayout | VendorPayout.created, VendorPayout.updated, VendorPayout.archived |
| VendorRefund | VendorRefund.created, VendorRefund.updated, VendorRefund.archived |