What webhook event types are available?
Explore Catena webhook event types and subscription patterns.
Catena supports webhooks for all major platform events. You can subscribe to individual event types or use wildcard patterns (e.g., vehicle.* to receive all vehicle events).
Key event categories:
- Invitation lifecycle: invitation.created, invitation.viewed, invitation.accepted, invitation.declined, invitation.expired.
- Fleet connection: share_agreement.created, connection.created, fleet_connection.created, connection.staled.
- Vehicle data: vehicle_location.added, vehicle.added, vehicle.modified.
- Driver and HOS: user.added, user.modified, hos_availability.added, hos_event.added, hos_violation.added, hos_daily_snapshot.added.
- Compliance: dvir_log.added, dvir_log.modified, ifta_summary.added.
- Webhook health: webhook.staled, webhook.created, webhook.updated, webhook.deleted.
- Schedule health: schedule.deactivated, execution.failed, execution.staled.
The complete event catalog with schemas is available here.
Note: Events ending in .removed (e.g. vehicle.removed) are listed in the catalog but are not yet fully implemented. Use the REST API to detect deletions for now.