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/
.
Fetch a single Note activity.
GET /activity/note/{id}/
Update a Note activity.
PUT /activity/note/{id}/
Delete a Note activity.
DELETE /activity/note/{id}/