What webhook events fire when a carrier connects for the first time?
Understand the order of invitation and onboarding events in Catena.
When a carrier accepts an invitation and completes the onboarding flow, the following events fire in order:
- invitation.created: fired when the invitation is first generated.
- invitation.viewed: fired when the carrier opens the magic link.
- invitation.accepted: fired when the carrier accepts and begins connecting their TSP.
- share_agreement.created: fired when the data sharing agreement is established.
- connection.created: fired when the carrier's TSP connection is established.
- fleet_connection.created: the final event, indicating data ingestion has begun.