AtsSyncCandidateSyncInterestedCandidateContact
Object
Candidate interest data from Smart Sourcing outreach.
Fields
candidate AtsSyncCandidateSyncInterestedCandidate! Non-Null
Candidate who responded to the outreach.
name String! Non-Null
Candidate's full name.
email EmailAddress! Non-Null
Candidate's email address.
location String
Candidate's location, if provided.
resume AtsSyncCandidateSyncInterestedCandidateResume
Pre-signed S3 URL to download the candidate's resume. See [Download and upload objects with presigned URLs] (https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-presigned-url.html).
files [AtsSyncCandidateSyncAssetFile]! Non-Null
List of resume files in varying formats
phone String
Candidate's phone number, if provided.
job AtsSyncCandidateSyncInterestedCandidateContactJob
Optional. Job related to the outreach.
sourcedPostingId ID! Non-Null
Sourced posting ID to match the candidate to a job.
tracking AtsSyncCandidateSyncInterestedCandidateTracking
Optional. Tracking information for Smart Sourcing activity.
recruiterEmail EmailAddress
Recruiter email. Empty if account was deleted.
Example
{ "candidate": AtsSyncCandidateSyncInterestedCandidate, "job": AtsSyncCandidateSyncInterestedCandidateContactJob, "tracking": AtsSyncCandidateSyncInterestedCandidateTracking}