Reports.ready webhook
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.
- The accounts.connected and accounts.failed webhooks can be used to track multiple account connections.
- Compare them to the accounts listed in the reports.ready webhook payload to determine when to generate a report.
Authorizations
Username = api_key_id, Password = api_key_secret
Body
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. Argyle handles URL encoding for webhook URLs. Send the URL in its normal, unencoded form.
"https://your-webhook-backend.com"
Optional secret used to verify webhooks.
"your-secret-key"