Overview: 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.Documentation Index
Fetch the complete documentation index at: https://developer.rollfi.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Note:Configuring
You can find more webhook guidance and additional examples here.
subscribeWebhook: Use the subscribeWebhook endpoint to register your callback URL and select the webhook events you need.
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:
