Create connection link
Generate a unique link that allows your user to enter the embedded Kombo Connect flow.
Check out our full guide for more details about implementing the connection flow into your app.
Kombo will not deduplicate integrations for you that are created with this endpoint. You are responsible for keeping track of integrations in your system and prevent customers from connecting the same tool again. Use the reconnection link endpoint if you want a customer to update their credentials.
Example Request Body
Authorizations
Create an API key on the Secrets page in the Kombo dashboard.
Body
The email of the user this link is meant for.
The name of the user's organization.
The id the user/organization has in your own database.
If the tool you want to connect offers different environments, you can specify which one you want to connect to here. If you don't specify this, we'll assume you want to use the production environment. Note that this can only be used if you've also specified a tool through integration_tool
.
Category of the integration you want your customer to create.
HRIS
, ATS
, ASSESSMENT
Pre-define a tool this integration link can be used for.
personio
, workday
, workdaycustomreport
, workdaycustomreportsftp
, successfactors
, smartrecruiters
, factorial
, oraclerecruiting
, lever
, icims
, cornerstonetalentlink
, recruitee
, greenhouse
, greenhousejobboard
, teamtailor
, ashby
, talentsoft
, talentsoftcustomer
, concludis
, piloga
, onlyfy
, ukgpro
, adpworkforcenow
, rexx
, afas
, bamboohr
, bullhorn
, bullhornlogin
, workable
, payfitcustomer
, payfitpartner
, payfit
, jobvite
, employmenthero
, fountain
, kenjo
, heavenhr
, hibob
, softgarden
, cezannehr
, entraid
, azuread
, googleworkspace
, nmbrs
, pinpoint
, welcometothejungle
, dvinci
, join
, deel
, remotecom
, iriscascade
, okta
, sagehr
, sagepeople
, humaans
, traffit
, erecruiter
, eurecia
, abacusumantis
, umantis
, jobylon
, oraclehcm
, taleez
, officient
, sesamehr
, charliehr
, hrworks
, abacus
, otys
, zohopeople
, zohorecruit
, gusto
, breathehr
, catalystone
, mirus
, alexishr
, eploy
, jobdiva
, peple
, careerplug
, trinet
, paylocity
, paycor
, namely
, paycom
, insperity
, paychex
, avature
, rippling
, sapling
, heyrecruit
, peoplehr
, recruhr
, jazzhr
, lucca
, bite
, zelt
, planday
, boondmanager
, homerun
, haileyhr
, mysolution
, carerix
, hroffice
, talentclue
, inrecruiting
, ubeeo
, oysterhr
, kiwihr
, connexys
, hr4you
, cornerstoneondemand
, zvooverecruit
, square
, datevhr
, datev
, datevlug
, sympa
, breezyhr
, flatchr
, applicantstack
, reachmee
, talentadore
, youforce
, nibelis
, sandbox
, guidecom
, sftp
, sftpfetch
Language of the connection flow UI.
en
, de
, fr
, it
, es
Specify a scope config that should be used for this integration. This is an advanced feature, only use it if you know what you're doing!
Enable the filtering feature for the integration. HRIS only.
The type of link you want to create. EMBEDDED
is for the embedded flow using the Kombo Connect SDK (these links are valid for 1 hour) and MAGIC_LINK
is for magic links which you send out manually to customers (there are valid for 1 year).
This defaults to EMBEDDED
, which is our recommended method of implementing the connection flow for a seamless user experience.
EMBEDDED
, MAGIC_LINK
Response
success