Flip Energy API
  1. Webhooks
Flip Energy API
  • Overview
  • Important concepts
  • Authentication
  • Enrollment process
  • End-user app design
  • Monitoring / Telemetry
  • Control
  • Change log
  • Mobile App API
    • Devices
      • Create Device
      • Read Devices
      • Read Device
      • Update Device
      • Delete Device
    • Enrollments
      • Create Enrollment
      • Read Enrollments
      • Read Enrollment
      • Delete Enrollment
    • Events
      • Read Events
      • Read Event
      • Update Event Participation
    • Programs
      • Read Programs
      • Read Program
    • Sites
      • Read Site
      • Update Site
  • Cloud API
    • Sites
      • Get Site Token
      • Get Sites
    • Commissioning
      • Commission Site And Devices
    • Sessions
      • Sessions
    • Commands
      • Command Created
      • Update Command Status
    • Programs
      • Read Programs
    • Telemetry
      • Report Battery Telemetry
    • Webhooks
      • Overview
      • List of events
      • Webhook headers
      • Schemas
        • Command
        • Enrollment
        • Event
  1. Webhooks

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.created
Sent when an enrollment is created, either via the app or some other method. See the enrollment 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.
Modified at 2025-04-02 10:05:20
Previous
Overview
Next
Webhook headers
Built with