post https://{subdomain}.myclickfunnels.com/api/v2/sales/opportunities//notes
Create Note
Log in to see full request history
Responses
Create Note
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/sales/opportunities/opportunity_id/notes \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 415,
"public_id": "IhUWRb",
"opportunity_id": 205,
"content": "Example note",
"created_by_id": 435,
"created_at": "2025-02-26T12:41:01.095Z",
"updated_at": "2025-02-26T12:41:01.095Z"
}