application.create

Consider a candidate for a job (e.g. when sourcing a candidate for a job posting).

If you're submitting an application as a job board, use the applicationForm.submit endpoint instead. See Creating a custom careers page for details.

To set values for custom fields on Applications, use the customField.setValue endpoint.

Requires the candidatesWrite permission.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required

The id of the candidate to consider for a job.

uuid
required

The id of the job to consider the candidate for.

The id of the interview plan to place the application in. If none is provided, the default interview plan is used.

null

The interview stage of the interview plan to place the application in. If none is provided, the application is placed in the first "Lead" stage. You can also supply the special string "FirstPreInterviewScreen", which selects the first pre-interview-screen stage on the job's interview plan.

The source to set on the application being created.

The id of the user the application will be credited to.

An ISO date string to set the application's createdAt timestamp. Defaults to the time the call was made when not provided.

array | null

An array of objects representing the application history. When provided, the application is created with the supplied history events.

Response

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json