[Application] Create or update
Save a new job application in Jarvi. It creates the profile if it does not exist, upload the file, link the profile to the recruitment project,…
Authorizations
Body
The reference id of the job application. If provided, Jarvi will associate the profile to the right recruitment project
"JARVI001"
(rarely used) As for the reference id, but with the Jarvi internal project id. You can use projectId, referenceId or none of them if you want to create a profile without linking it to a project
"713a8005-e54d-4ee3-b6a4-89b27167dde6"
If not provided, will be extracted from the resume or Linkedin URL. If no resume or Linkedin URL, will be required
"Quentin"
If not provided, will be extracted from the resume or Linkedin URL. If no resume or Linkedin URL, will be required
"Decré"
Multiple email addresses separated by a comma. If not provided, will be extracted from the resume or Linkedin URL.
"quentin@jarvi.tech, quentin@decre.tech"
Multiple phone numbers separated by a comma. If not provided, will be extracted from the resume or Linkedin URL.
"+33752626164,0240493773"
The linkedin URL of the profile. If provided, Jarvi will extract the profile informations from the linkedin profile
"https://www.linkedin.com/in/quentindecre/"
The subject of the historyentry you want to show in the profile’s Jarvi history. If not provided, will be "Candidature depuis formulaire web"
"Application from website"
The message of the historyentry you want to show in the profile’s Jarvi history
"The message of the historyentry you want to show in the profile’s Jarvi history"
The resume(s) of the profile. Will be parsed by Jarvi. Remember to convert to base64 before sending
(rarely used) Any file you want to upload with the profile. Will not be parsed. Remember to convert to base64 before sending
(rarely used) Your id. Will merge with exisiting profile with same externalId
"Your id. Will merge with exisiting profile with same externalId"
(rarely used) Jarvi uuid. Will merge with exisiting profile with same id
"Jarvi uuid. Will merge with exisiting profile with same id"
The location of the profile. If not provided, will be extracted from the resume or Linkedin URL
"Rennes, France"
The headline of the profile. If not provided, will be extracted from the resume or Linkedin URL
"Co-Founder Jarvi"
The current company name of the profile (creates a work experience / position line on the profile). If not provided, will be extracted from the resume or Linkedin URL. Note: this does NOT link the profile as a contact of a company record. To attach a contact to a company, use the data.associations payload with a COMPANY_CONTACT association (see currentCompanyId).
"Jarvi"
Deprecated: this field no longer creates a company association. To attach a profile as a contact of an existing company, pass a data object with an associations array, e.g. data: { associations: [{ associationType: "COMPANY_CONTACT", company: { jarviId: "" } }] }. Use company.jarviId for an existing Jarvi company, or company.externalId + name + statusId to upsert one.
"713a8005-e54d-4ee3-b6a4-89b27167dde6"
The current job title of the profile. If not provided, will be extracted from the resume or Linkedin URL
"Co-founder"
Any custom field you want to add to the profile. You can find the uuid of the custom field in the Jarvi settings. If you want to provide multiple values, you can separate them with a comma
"My custom field value for this profile"