AtsSyncCandidateSyncInterestedCandidate
Object
Candidate data from Smart Sourcing outreach.
Fields
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.
Example
{ "name": "abc123", "email": "test@test.com", "location": "abc123", "resume": AtsSyncCandidateSyncInterestedCandidateResume, "phone": "abc123"}