Inbound data integrations
Introduction
Qobra works by processing data, which we divide into two types:
- User data, meaning data about your employees, the management structure of your organisation, groups of employees …
- Data tables that are necessary to calculate compensations (for instance sales opportunities, quota and objectives, invoicing data, …). Those data tables represent any data that needs to be crunched to get your compensation amounts right.
Synchronize user data
User data can be synchronized several ways:
- with your HRIS (Workday, ADP, Lucca, Factorial, Sage …)
- via Qobra’s APIs
API endpoints
To synchronize data in Qobra, you’ll need:
- the Upsert users bulk route, to upsert users in bulk
- the Upsert group attributions bulk route, to assign each user a manager
- the Upsert manager attributions bulk route, to assign each user a group
- the Archive users bulk route, to archive users
Synchronize data tables
Data tables can be synchronized several ways:
- with CRM integrations (Salesforce, Hubspot, Pipedrive, Microsoft Dynamics, Zoho CRM, Odoo)
- with Database & datalake integrations ( Snowflake, Bigquery, PostgreSQL)
- with File transfer integrations (S3, SFTP)
- via Qobra’s APIs
API endpoints
To synchronize data tables in Qobra, you’ll need:
- the Upsert records bulk route, to upsert records in bulk in a data table
- the Fetch import route, to check your import’s status
Was this page helpful?