Qobra offers a webhook solution, to automatize processes triggered by statements lifecycle. This will enable you, for instance, to send a HTTP request when a statement is sent to payroll.
Our customer’s main use case is to send commission amount to their payroll system when a statement is sent to payroll.
Webhook setup is pretty simple, you just have to enable it in app, choose the URL you want to send a request to. You’ll find a webhook secret, used to authenticate the request on the system receiving the call.
The request sent:
POST
methodX-Webhook-Secret
headerYou’ll find in Qobra a space to track all webhook calls individually, with all information necessary to troubleshoot (body, response, status, url, timestamp …).
You also have the option to send back the request, if necessary.