spott.
Guides and Resources
Connection Setup Guide
Step-by-step instructions to connect your Spott account to Kombo.
Spott webhooks
Additional documentation and guides for Spott.
Supported Features & Coverage
- Models
- Actions
- Features
Users
Users
| Field | Notes |
|---|---|
| id | |
| remote_id | |
| changed_at | |
| remote_deleted_at | |
| first_name | |
| status | |
| remote_data |
Jobs
Jobs
| Field | Notes |
|---|---|
| id | |
| remote_id | |
| changed_at | |
| remote_deleted_at | |
| name | |
| description | |
| employment_type | |
| status | |
| visibility | |
| remote_work_status | |
| salary_amount_from | |
| salary_amount_to | |
| salary_currency | |
| location | |
| custom_fields | |
| integration_fields | |
| opened_at | |
| closed_at | |
| remote_created_at | |
| remote_data |
Candidates
Candidates
| Field | Notes |
|---|---|
| id | |
| remote_id | |
| changed_at | |
| remote_deleted_at | |
| first_name | |
| last_name | |
| source | |
| phone_numbers | |
| email_addresses | |
| social_media | |
| 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 | |
| global_index | |
| remote_data |
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_data |
Job hiring team members
Job hiring team members
| Field | Notes |
|---|---|
| roles | |
| job_id | |
| user_id | |
| id | |
| changed_at | |
| remote_deleted_at |
Create candidate
Create candidate
| Input Field | Notes |
|---|---|
| candidate.first_name | |
| candidate.last_name | |
| candidate.email_address | |
| candidate.additional_email_addresses.type | |
| candidate.additional_email_addresses.email_address | |
| candidate.phone_number | |
| candidate.additional_phone_numbers.type | |
| candidate.additional_phone_numbers.phone_number | |
| candidate.location.city | |
| candidate.location.country | |
| candidate.location.state | |
| candidate.location.street_1 | |
| candidate.location.zip_code | |
| candidate.gender | |
| candidate.social_links.url | |
| application.job_id | |
| application.stage_id | |
| attachments.name | |
| attachments.content_type | |
| attachments.data_url | |
| attachments.data | |
| attachments.type |
Create application
Create application
| Input Field | Notes |
|---|---|
| candidate.first_name | |
| candidate.last_name | |
| candidate.email_address | |
| candidate.additional_email_addresses.type | |
| candidate.additional_email_addresses.email_address | |
| candidate.phone_number | |
| candidate.additional_phone_numbers.type | |
| candidate.additional_phone_numbers.phone_number | |
| candidate.location.city | |
| candidate.location.country | |
| candidate.location.state | |
| candidate.location.street_1 | |
| candidate.location.zip_code | |
| candidate.gender | |
| candidate.social_links.url | |
| application.job_id | |
| application.stage_id | |
| attachments.name | |
| attachments.content_type | |
| attachments.data_url | |
| attachments.data | |
| attachments.type |
Move application to stage
Move application to stage
| Input Field | Notes |
|---|---|
| application_id | |
| stage_id |
| Feature | Notes |
|---|---|
| API Passthrough | |
| Upstream Webhooks | application.created: triggered when an application was created application.updated: triggered when an application was updated application.deleted: triggered when an application was deleted application.stage.moved: triggered when an application stage was changed application.rejection.created: triggered when an application was rejected candidate.created: triggered when a candidate was created candidate.updated: triggered when a candidate was updated candidate.deleted: triggered when a candidate was deleted candidate.education.updated: triggered when candidate education was updated candidate.certifications.updated: triggered when candidate certifications were updated candidate.workExperiences.updated: triggered when candidate work experiences were updated candidate.contactInformation.updated: triggered when candidate contact information was updated candidate.merged: triggered when a candidate was merged vacancy.created: triggered when a job was created vacancy.updated: triggered when a job was updated vacancy.deleted: triggered when a job was deleted vacancy.stage.moved: triggered when a job stage was moved vacancy.merged: triggered when a job was merged jobDescription.created: triggered when a job description was created jobDescription.updated: triggered when a job description was updated jobDescription.deleted: triggered when a job description was deleted jobBoardPosting.created: triggered when a job was published to a job board jobBoardPosting.updated: triggered when a job board posting was updated jobBoardPosting.deleted: triggered when a job was unpublished from a job board placement.created: triggered when a placement was created placement.updated: triggered when a placement was updated Not covered: an interview was scheduled Not covered: an interview was updated Not covered: a tag was assigned to a candidate Not covered: screening questions updated on a job |
| Sync Only Created Applications | |
| Connection Guide |