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
Authorization
string
headerrequiredCreate an API key on the Secrets page in the Kombo dashboard.
Headers
X-Integration-Id
string
requiredID of the integration you want to interact with.
Path Parameters
application_id
string
requiredThe Kombo ID of the application you want to create the note for.
Body
application/json
content
string
requiredUTF-8 content of the note.
content_type
enum<string>
requiredContent type of the note. Currently only PLAIN_TEXT
is supported.
Available options:
PLAIN_TEXT
remote_fields
object
Tool specific remote fields for the note.
Response
200 - application/json
status
enum<string>
requiredAvailable options:
success
data
object
required