create_a_deal_note
Attach a note to an ActiveCampaign deal by providing the deal ID and note content.
Instructions
🟡 WRITE · creates data · Deals · POST /deals/{id}/notes
Create a deal note
Creates a new record. Not idempotent — calling twice may create duplicates.
Create a new note for a deal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Deal's id to assign new note to | |
| body | No | Request body (application/json). |