Overview
Webhooks
Webhooks
This section introduces our webhook system, which allows for real-time data transmission between our Payroll API and your application or service. Learn how to set up, manage, and troubleshoot your webhooks for optimal synchronization.
Webhook Configuration: subscribeWebhook
For configuring the webhook, utilize the endpoint subscribeWebhook
.
Example Request Structure:
-
method
- Method type for the webhook. For this use case:
subscribeWebhook
.
- Method type for the webhook. For this use case:
-
url
- The callback URL for the webhook. Example:
https://example.com/payroll-webhooks
.
- The callback URL for the webhook. Example: