Note
List or filter all Note activities.
GET /activity/note/{?lead_id, user_id, date_created__gt, date_created__lt}
Create a Note activity.
POST /activity/note/
To include an attachment, you must first upload the file to Close using the Files API.
Then, add an object to the attachments array with the following fields: url, filename and content_type.
The url should be the URL provided in the download.url field of the response from the Files API.
It must begin https://app.close.com/go/file/.
A note can be pinned or unpinned by setting the pinned field to true or false when creating or updating a note.
Fetch a single Note activity.
GET /activity/note/{id}/
Update a Note activity.
PUT /activity/note/{id}/
A note can be pinned or unpinned by setting the pinned field to true or false when creating or updating a note.
Delete a Note activity.
DELETE /activity/note/{id}/