Outbound data integrations
Introduction
There are two main ways to automatize data outputs from Qobra:
- via the Webhook
- via Qobra’s APIs
Webhook
In Qobra, you can send an HTTPS request when a statement is sent to payroll. This is mainly use to push data back to your payroll system if necessary.
You’ll find the webhook documentation here.
APIs
To extract Qobra’s data to your datalake, customers use ETLs (Airbyte, Fivetran) coupled with Qobra’s API. Here are the endpoints that should be considered:
- the Fetch statement reporting data route, to retrieve statement reporting data
- the Fetch record reporting data route, to retrieve record reporting data
- the Fetch users route, to retrieve all user data
- the Fetch records route, to retrieve all data tables data
Was this page helpful?