AtsSyncCandidateSyncInterestedCandidateAsset
Object
Candidate data from Smart Sourcing outreach.
Fields
id ID! Non-Null
Unique ID for this entity.
metadata AtsSyncCandidateSyncAssetMetadata! Non-Null
Transfer metadata for this entity.
stagedAt DateTime! Non-Null
Date and time the asset became available.
employerIdentifier ID
AtsEmployer ID from registerAtsEmployer. Maps assets to a partner employer.
stagedTest Boolean! Non-Null
Whether the asset was staged using the stageAssets mutation.
completeSourceAttribution [AtsSyncCandidateSyncCompleteSourceAttribution!]! Non-Null
Indeed products the asset was sourced from.
contact AtsSyncCandidateSyncInterestedCandidateContact
Candidate's interest data from Smart Sourcing outreach.
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).
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
{ "id": "opaqueId", "metadata": AtsSyncCandidateSyncAssetMetadata, "contact": AtsSyncCandidateSyncInterestedCandidateContact}