Candidates and Job Applications
Avionté has an endpoint that accepts applicant information and a Job ID in JSON format that a web developer can use to bypass the Avionté IFrame and create a custom Apply Page. In order for us to be able to submit an applicant correctly, the client needs to provide us with the Web Apply API Key. For example, something like: API Key: zBlTQX9LyrYrXCVjp8TfrpDe555HbaHh
The available applicant fields that we can include in the JSON are:
- Email – applicant email address (string) mandatory
- Firstname – applicant first name (string) mandatory
- Lastname – applicant last name (string) mandatory
- JobID – the alpha numeric req ID to assign the applicant to (string) mandatory
- APIKey – the alpha numeric ID to authorize and identify the correct client mandatory
- Address – applicant street address (string)
- City – applicant city (string)
- State – applicant state (string)
- Postalcode – applicant postal code (string)
- Mobilephone – applicant mobile phone (string)
- custom1 – applicant custom field 1 (string)
- custom2 – applicant custom field 2 (string)
- custom1name – applicant custom field 1 definition (string)
- custom2name – applicant custom field 2 definition (string)
- linkedin – applicant linkedin profile URL (string)
- website – applicant personal website (string)
- country – applicant country (string)
- referred – if the applicant was referred (Boolean)
- referredname – who referred the applicant (string)
- resumefilename – filename of the resume (string)
- resumefile – BASE64 encoded file (string)
- coverletterfilename – filename of the cover letter (string)
- coverletterfile – BASE64 encoded file (string)
- resumetext – text of applicant’s pasted resume (string)