Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Adicione notas a um negócio.
POST /v1/deals/:id/notes
write:deals
content
color
yellow
blue
green
pink
orange
purple
red
gray
category
general
follow_up
important
reminder
meeting
objection
success
curl -X POST https://api.socialsell.ai/v1/deals/664c1d2e3f4a5b6789012347/notes \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json" \ -d '{ "content": "Cliente confirmou aprovação do contrato. Aguardando assinatura.", "color": "green", "category": "success" }'
{ "data": { "id": "664f9z8y7x6w5v4u3t2s1r0b", "content": "Cliente confirmou aprovação do contrato. Aguardando assinatura.", "color": "green", "category": "success", "created_at": "2026-06-10T16:00:00.000Z" } }
HTTP 201
deal.note.added