/
How To: Create Notes via API
How To: Create Notes via API
Request URL
https://app.insellerate.com/api/integration/CreateNote?orgId={{Insellerate Org ID}}.
Request Body
{
"Filter": {
"ApplicationId": {{Insellerate Application ID}}
},
"Note": "{{Enter Note Here}}",
"NoteType": "Note",
"UserId": {{Insellerate User ID}}
}
Senders should receive a 200 OK response code, notifying them that the request was received and was either successful/unsuccessful.
Related content
How To: Update an Application via API
How To: Update an Application via API
More like this
How To: Perform a Bulk Post via API
How To: Perform a Bulk Post via API
More like this
How To Guides Table of Contents
How To Guides Table of Contents
Read with this
Action Post API
Action Post API
More like this
How To: Post a Lead to Insellerate via Zapier
How To: Post a Lead to Insellerate via Zapier
Read with this
How To: Update Status and Activity via API
How To: Update Status and Activity via API
More like this