Create note
documentedCreate a Note activity.
POST /activity/note/Activitiesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.close.com/api/v1/activity/note/" \
-X POST \
-u "{{CLOSE_API_KEY}}:" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"lead_id": "{{$lead_id}}", "note_html": "{{$note_html}}", "note": "{{$note}}", "pinned": {{$pinned}}, "attachments": [{"url": "{{$attachment_url}}", "filename": "{{$attachment_filename}}", "content_type": "{{$attachment_content_type}}"}]}'