Webhook Events
myKaarma publishes events whenever a customer, appointment, service order, or MPI changes. Choose an event type below to see its full field reference and example payload.
๐๏ธ Customer Event
The customer event fires every time a customer record is created or updated in myKaarma. The payload mirrors the response from the myKaarma Customer API. Full field documentation for customerWithVehicles is also available here.
๐๏ธ Appointment Event
The appointment event fires every time an appointment is created, updated, or deleted in myKaarma. The payload extends the myKaarma Appointment API response โ full field documentation for appointmentInfoResponse is available here.
๐๏ธ Order Event
The order event fires every time a service order (Repair Order) is created or updated in myKaarma. The payload mirrors the response from the myKaarma Order API. Full field documentation for the order key is available here.
๐๏ธ MPI Event
The MPI (Multipoint Inspection) event fires every time an MPI is created or updated in myKaarma. The payload mirrors the MPI object available via the myKaarma MPI API.