# Create Note Creates a new note on a deal. Endpoint: POST /v1/crm/create_note Version: 1.4.2 Security: ApiKeyAuth ## Request fields (application/json): - `deal_id` (string, required) The ID of the deal to add the note to. Example: "ETUNQ6ZTW1" - `note_description` (string, required) The content of the note. Example: "Spoke with influencer, they are interested in the campaign." ## Response 200 fields ## Response 404 fields