Add a Note to an Application
Overview
A note appears as an entry in an applicant's activity log. This action allows you to add a note to an application.
Action Type
add_note
Required Data
app_id
The id of the application for which to add the note.note
The text of the note.
Optional Data
None.
Example Request Payload
{
"type": "add_note",
"data": {
"app_id": 3640,
"note": "This note was added via API!"
}
}
Usage
Upon execution of the action, you will see the note added to the applicant's activity log:
Updated almost 4 years ago