Skip to main content
Comeet
Comeet
26 actions · 1 auth method
BetaATS

Authentication

API Key

JWT Bearer token authentication using API key and secret.Guides: Connector Profile, Link Account
Actions
26 actions
Action
Description
List Positions
List all positions in the company
Get Position
Retrieve a single position by ID
Create Position
Create a new position. Requires name, status, is_discreet, and users (hiring_manager and lead_recruiter with email addre…
Update Position
Update an existing position by ID
Clone Position
Clone a template position to create a new position. Only positions with is_template=true can be cloned — use list_positi…
List Candidates
List all candidates in the company
Get Candidate
Retrieve a single candidate by ID
Create Candidate
Create a new candidate (formal applicant) for a position
Update Candidate
Update an existing candidate by ID
Find Duplicate Candidates
Search for duplicate candidates by personal details
Create Opening
Create a new opening (headcount) for a position. Requires position_uid, name, reason, and expected hire date.
List Locations
List all locations in the company
List Candidates By Position
List candidates for a specific position by position UID, with pagination and filtering
List Deleted Candidates
List deleted or pseudonymized candidate UIDs from the Recruit API for syncing deletions to downstream systems
Create Conversation
Create a new conversation thread for a candidate. Requires conversation_type, visibility, and at least one message.
Create Message
Add a new message to an existing conversation by conversation UID. Requires time_sent, body, from (sender contact), and…
Create Candidate Note
Create a note for a candidate (formal applicant)
List Deleted Candidates (Evaluation)
List deleted or pseudonymized candidate UIDs from the Evaluation API (Enterprise plan). Use this instead of list_deleted…
List Leads
List all leads in the company
Get Lead
Retrieve a single lead by ID
Create Lead
Create a new lead (sourced prospect) for a position
Update Lead
Update an existing lead by ID. Requires updated_by object identifying who made the change.
Create Lead Note
Create a note for a lead (sourced prospect)
Delete Person
Permanently delete a person and all associated candidates. The person UID is found in the person_uid field of candidate…
Pseudonymize Person
Pseudonymize a person’s data and all associated candidates according to company settings. The person UID is found in the…
List Questionnaires
List all questionnaires in the company

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.
https://stackone-logos.com/api/comeet/filled/png

Connector Profile

Comeet - API Key
3

Link an Account

Connect an account using StackOne Hub or Auth Link.
https://stackone-logos.com/api/comeet/filled/png

Link Account

Comeet - API Key
4

Use Actions

Invoke actions using one of the methods below: