The reports.ready webhook is sent when a verification report can be generated once sufficient data has been retrieved from a connected payroll account.
The reports.ready webhook is also sent after an account reconnection once all new data has been retrieved.
This webhooks may be sent multiple times if the user connects multiple accounts.
Username = api_key_id, Password = api_key_secret
reports.ready
["reports.ready"]Your name for the webhook subscription.
"My Webhook"
Where you want to receive webhook delivery. This can be either a backend URL that you manage, or a URL provided by a webhook management service.
"https://your-webhook-backend.com"
Optional secret used to verify webhooks.
"your-secret-key"