Webhooks
Receive real-time notifications for events across the IRA FORCE platform through configurable webhooks.
Internal API Documentation
Full webhook configuration is available in the admin dashboard. This page provides an overview.
Overview
Webhooks enable real-time integration with external systems. Configure endpoints to receive POST requests when specific events occur in your IRA FORCE workspace.
Available Events
Attendance Events
attendance.clock_in- Employee clocked inattendance.clock_out- Employee clocked outattendance.geofence_violation- Geofence boundary crossedattendance.overtime_alert- Overtime threshold exceeded
Scheduling Events
schedule.shift_created- New shift createdschedule.shift_updated- Shift modifiedschedule.swap_requested- Shift swap initiatedschedule.shift_published- Schedule published
Incident Events
incident.created- New incident reportedincident.escalated- Incident escalatedincident.resolved- Incident marked resolved
Webhook Management
POST
/api/v1/webhooks/{id}/testSend a test payload to verify webhook configuration.
View in Swagger →