List of events
command.created
Sent every time a new command is issued for a device that is actively enrolled in a program. See the command object.
command.updated
Sent every time an existing command is updated for a device that is actively enrolled in a program. See the command object.
command.canceled
Sent every time an existing command is canceled for a device that is actively enrolled in a program. See the command object.
command.started
Sent every time an existing command is starting (on the starts_at
time) for a device that is actively enrolled in a program. See the command object.
command.ended
Sent every time an existing command is ending (on the ends_at
time) for a device that is actively enrolled in a program. See the command object.
enrollment.updated
Sent when the status of an enrollment changes, such as when the program administrator has approved it, or when it's been rejected. See the enrollment object.
event.created
Sent every time a new event is created for a site that is actively enrolled in a program. See the event object.
event.canceled
Sent every time an event is canceled for a site that is actively enrolled in a program. See the event object.