Applications
Add note to application
Add a note to an application.
POST
/
ats
/
applications
/
{application_id}
/
notes
Add extra information to an application. This can be any extra text information you want to add to an application.
This endpoint requires the permission Add notes to be enabled in your scope config.
Example Request Body
Authorizations
Headers
ID of the integration you want to interact with.
Path Parameters
The Kombo ID of the application you want to create the note for.
Body
application/json
UTF-8 content of the note.
Content type of the note. Currently only PLAIN_TEXT
is supported.
Available options:
PLAIN_TEXT
Tool specific remote fields for the note.