HomeDevelopersWebhooks

Webhooks

Real-time event notifications for WorkSkedge. Subscribe to events and receive instant updates at your endpoints.

WorkSkedge Webhooks

WorkSkedge provides a powerful webhook system that enables seamless integration with your existing tools and workflows. Connect to Microsoft Dynamics 365, QuickBooks, custom applications, and more.

Inbound Webhooks

Send data to WorkSkedge from your systems. Create work orders, update projects, manage employees, and more via HTTP POST requests.

Outbound Webhooks

Receive real-time notifications from WorkSkedge when events occur. Get notified about work order updates, project changes, employee activity, and more.

Getting Started

1

Get Your API Key

Log in to your WorkSkedge dashboard and navigate to Settings → Integrations to generate your API key.
2

Choose Your Integration

Decide whether you need to send data to WorkSkedge (Inbound), receive notifications from WorkSkedge (Outbound), or both.
3

Review the Documentation

Use the tabs above to explore Inbound endpoints, Outbound webhook events, and the complete Event Catalog.
4

Test Your Integration

Use the interactive API explorer inside the app to test endpoints with your API key and see live responses.

Webhook Subscription Management

Configure your webhook subscriptions to receive real-time notifications for specific events. WorkSkedge sends HTTP POST requests to your registered endpoints whenever subscribed events occur.

1

Register Endpoint

Add your webhook endpoint URL in Settings → Webhooks. Must be a publicly accessible HTTPS URL.
2

Subscribe to Events

Select which event types you want to receive. Subscribe to specific events or entire categories.
3

Verify Signature

Implement signature verification in your endpoint to ensure webhooks are authentic.
4

Handle Events

Process incoming webhook payloads and respond with 200 OK within 10 seconds.