Skip to main content
POST
/
leads
/
{leadId}
/
note
Add Lead Note
curl --request POST \
  --url https://api.sternrockcapital.com/leads/{leadId}/note \
  --header 'Content-Type: application/json' \
  --data '
{
  "note": "<string>"
}
'
{
  "message": "<string>"
}

Path Parameters

leadId
string
required

UUID of the lead to add a note to

Body

application/json

Note content

note
string

Response

note added successfully