SourcedJobPostingIndeedApplyInput
Input Object
Indeed Apply information.
Fields
jobMeta String
Additional information. Not displayed to users. Sent in apply POST request.
postUrl WebUrl! Required
Application POST URL. Must be encoded and HTTPS.
phoneRequired JobRequirement default:OPTIONAL
Phone number field display. Default: OPTIONAL.
coverLetterRequired JobRequirement default:OPTIONAL
Message or cover letter requirement. Default: OPTIONAL.
resumeRequired JobRequirement default:YES
Resume requirement:
YES- Required (default)OPTIONAL- OptionalNO- Hidden
If OPTIONAL or NO, screener questions are required. Support formats: .pdf, .doc, .docx, .rtf, .txt.
resumeFieldsRequired [IndeedApplyConfigurationResumeField!]
Required resume fields (Japan only). Overwrites phone configuration parameters.
resumeFieldsOptional [IndeedApplyConfigurationResumeField!]
Optional resume fields (Japan only). Overwrites phone configuration parameters.
nameFormat IndeedApplyNameFormatType
Use single full name field or split into first and last name.
applyQuestions URI
URL that returns Indeed Apply questions in JSON format.
applyQuestionsDetails IndeedApplyQuestionsDetailsInput
Screener questions schema for Indeed Apply.
questions IndeedApplyScreenerQuestionsDefinitionInput
Indeed Apply screener questionnaire definition (V1.x standard). See documentation.
screenerQuestions [ScreenerQuestionBodyInput!]! Required
Job-related questions about experience, skills, and certifications.
Do not include demographic questions (ethnicity, gender, disability).
Some jurisdictions regulate protected class questions. Require special handling.
demographicQuestions [DemographicQuestionsBodyInput!]! Required
Demographic questions relate to protected class information (ethnicity, gender, disability).
Some jurisdictions regulate these questions. Indeed and your systems must handle them specially.
Limited to U.S. jobs for EEO compliance.
Do not include job-related questions (work experience, skills, certifications). Use screenerQuestions for those.
apiToken ID! Required
Indeed Apply API token. View in Partner Console account.
Example
{ "jobMeta": "xyz789", "postUrl": "https://www.example.com/jobs", "phoneRequired": "NO", "coverLetterRequired": "NO", "resumeRequired": "NO", "resumeFieldsRequired": ["PHONE"], "resumeFieldsOptional": ["PHONE"], "nameFormat": "FIRST_LAST_NAME", "applyQuestions": URI, "applyQuestionsDetails": IndeedApplyQuestionsDetailsInput, "apiToken": "opaqueId"}