You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emit new event when a driver commits a violation related to Hours of Service (HOS). The props required are driver ID (optional) to filter specific drivers. The event type is hos_violation_upserted.
Emit new event whenever a safety-related event like harsh braking or acceleration occurs. The props required are safety category (optional) to filter specific events. The event type is driver_performance_event_created.
Retrieve user details based on specific criteria. Required props are eigther 'username', 'email', 'driver_company_id' or 'phone' to specify the user you want to find.
motive
URLs
Polling Sources
new-hours-of-service-violation
Prompt
Emit new event when a driver commits a violation related to Hours of Service (HOS). The props required are driver ID (optional) to filter specific drivers. The event type is hos_violation_upserted.
URLs
new-safety-event
Prompt
Emit new event whenever a safety-related event like harsh braking or acceleration occurs. The props required are safety category (optional) to filter specific events. The event type is driver_performance_event_created.
URLs
Actions
find-user-details
Prompt
Retrieve user details based on specific criteria. Required props are eigther 'username', 'email', 'driver_company_id' or 'phone' to specify the user you want to find.
URLs
The text was updated successfully, but these errors were encountered: