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.
Sent when reports can be or have been generated.Documentation Index
Fetch the complete documentation index at: https://docs.argyle.com/llms.txt
Use this file to discover all available pages before exploring further.
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. 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"