Vincere
Setup
For Cyclr to connect with the Vincere API you will need to select a suitable user account within Vincere. This account will require some setup as described below.
We have experienced issues when using the Safari web browser to sign in to Vincere so would recommend using another browser.
Login to the Vincere Application using the account specific URL, e.g.
https://{{yourdomain}}.vincere.io/loginForm.do
Select Settings > Marketplace
Select the API Tab
Click "Create new token" button, this will display the API Key
Click "Create new Client ID" button, this will display the Client ID
Enter the callback URL using your Cyclr Partner's Service Domain into the "Callback URL" field, e.g.
https://{{Your Cyclr service domain e.g. http://app-h.cyclr.com }}
/connector/callback.
Your Service Domain can be found in your Cyclr Partner Console under Settings > General Settings > Service Domain.
Connector Setup
The Connector now can be installed using the credentials obtained in the above steps:
Client ID: Vincere Client ID
Secret: Leave this blank
Domain: yourdomain (see your URL when accessing Vincere, https://{{yourdomain}}.vincere.io
API Key: Vincere API Key
Use Custom Fields
When you use custom fields, the Field Location mapping varies based on the custom field type.
For example, to use Candidate custom fields:
Run the Get Candidate Custom Fields method to list the available custom fields.
Make note of the
Key
andType
fields in the response
If you want to add a custom field to Get Candidate, the table below shows the Field Location you need to use depending on the field type.
Custom Field Type | Field Location | Example |
---|---|---|
TEXT_BOX | The custom field's Key | 12345678901234567890 |
TEXT_AREA | The custom field's Key | 12345678901234567890 |
CHECK_BOX | The custom field's Key within square brackets | [09876543210987654321] |
SELECT_BOX | The custom field's Key within square brackets | [09876543210987654321] |
RADIO | The custom field's Key within square brackets | [09876543210987654321] |
MULTIPLE_SELECTION | The custom field's Key within square brackets | [09876543210987654321] |
When you use List methods, such as List New Candidate Records, make sure to include the correct parent array. For example [items]
.
For more information, see the Cyclr documentation on how to add custom fields to a method.