AtsSyncCandidateSyncInterestedCandidateInput
Input Object
Input for candidate information.
Fields
name String! Required
Candidate's full name.
email EmailAddress! Required
Candidate's email address.
location String
Candidate's location (city and state).
phone String
Candidate's phone number.
includeResume Boolean! default:false
If true, includes a sample resume PDF.
Example
{ "name": "xyz789", "email": "test@test.com", "location": "abc123", "phone": "xyz789", "includeResume": false}