This connector is in open beta. You can freely enable it in your account.
ceipal.
Guides and Resources
Connection Setup Guide
Step-by-step instructions to connect your Ceipal account to Kombo.
Supported Features & Coverage
- Models
- Actions
- Features
Users
Users
| Field | Notes |
|---|---|
| id | |
| remote_id | |
| changed_at | |
| remote_deleted_at | |
| first_name | |
| last_name | |
| status | |
| remote_data |
Jobs
Jobs
| Field | Notes |
|---|---|
| id | |
| remote_id | |
| changed_at | |
| remote_deleted_at | |
| name | |
| job_code | |
| description | |
| weekly_hours | |
| employment_type | |
| status | |
| visibility | |
| category | |
| department | |
| post_url | |
| experience_level | |
| salary_amount | |
| salary_amount_from | |
| salary_amount_to | |
| salary_currency | |
| salary_period | |
| location | |
| custom_fields | |
| integration_fields | |
| remote_created_at | |
| remote_updated_at | |
| remote_data |
Job postings
Job postings
| Field | Notes |
|---|---|
| id | |
| remote_id | |
| changed_at | |
| remote_deleted_at | |
| title | |
| description_html | |
| status | |
| visibility | |
| url | |
| job_id | |
| remote_data | |
| remote_created_at | |
| remote_updated_at |
Candidates
Candidates
| Field | Notes |
|---|---|
| id | |
| remote_id | |
| changed_at | |
| remote_deleted_at | |
| first_name | |
| last_name | |
| title | |
| source | |
| phone_numbers | |
| email_addresses | |
| location | |
| custom_fields | |
| integration_fields | |
| remote_created_at | |
| remote_updated_at | |
| remote_data |
Application Stages
Application Stages
| Field | Notes |
|---|---|
| id | |
| remote_id | |
| changed_at | |
| remote_deleted_at | |
| name |
Applications
Applications
| Field | Notes |
|---|---|
| id | |
| remote_id | |
| changed_at | |
| remote_deleted_at | |
| outcome | |
| current_stage_id | |
| job_id | |
| candidate_id | |
| custom_fields | |
| integration_fields | |
| remote_created_at | |
| remote_updated_at | |
| remote_data |
Create candidate
Create candidate
Ceipal API does not pass through the salary period. We combine this with the amount you provided to send through a combined text
| Input Field | Notes |
|---|---|
| candidate.first_name | |
| candidate.last_name | |
| candidate.email_address | |
| candidate.title | |
| candidate.phone_number | |
| candidate.location.city | |
| candidate.location.country | |
| candidate.location.state | |
| candidate.location.zip_code | |
| candidate.gender | |
| candidate.salary_expectations.period | |
| candidate.salary_expectations.amount | |
| candidate.social_links.url | |
| application.job_id | |
| attachments.name | |
| attachments.content_type | |
| attachments.data_url | |
| attachments.data | |
| attachments.type | |
| source.name |
Create application
Create application
Ceipal API does not pass through the salary period. We combine this with the amount you provided to send through a combined text
| Input Field | Notes |
|---|---|
| candidate.first_name | |
| candidate.last_name | |
| candidate.email_address | |
| candidate.title | |
| candidate.phone_number | |
| candidate.location.city | |
| candidate.location.country | |
| candidate.location.state | |
| candidate.location.zip_code | |
| candidate.gender | |
| candidate.salary_expectations.period | |
| candidate.salary_expectations.amount | |
| candidate.social_links.url | |
| application.job_id | |
| attachments.name | |
| attachments.content_type | |
| attachments.data_url | |
| attachments.data | |
| attachments.type | |
| source.name |
Get application attachments
Get application attachments
| Input Field | Notes |
|---|---|
| application_id |
Get candidate attachments
Get candidate attachments
| Input Field | Notes |
|---|---|
| candidate_id |
| Feature | Notes |
|---|---|
| API Passthrough | |
| Webhook Subscriptions | applicant_created: triggered when a candidate (applicant) was created applicant_updated: triggered when a candidate (applicant) was updated applicant_status_changed: triggered when a candidate (applicant) status was changed submission_created: triggered when a submission (application) was created submission_status_change: triggered when an application/submission stage was changed submission_status_changed: triggered when an application/submission stage was changed pipeline_status_changed: triggered when an application pipeline stage was changed pipeline_updated: triggered when an application pipeline was updated job_created: triggered when a job posting was created job_updated: triggered when a job posting was updated job_status_changed: triggered when a job posting status was changed Not covered: a tag was assigned to a candidate Not covered: an interview was scheduled Not covered: an interview was updated Not covered: a job was published to a job board Not covered: a job was unpublished from a job board Not covered: screening questions updated on a job |
| Scope Testing | |
| Per Model Tests | |
| Delta Syncs | |
| Source Writing | |
| Connection Guide |