Criar deal
Cria negócio.
POST
https://external-api.lip7.com.br/api/external/dealsEscopo
crm:deals:writeSíncrono — responde 200 com os dadosRequisição
{
"title": "Proposta",
"pipelineId": "pipe_...",
"stageId": "stage_...",
"contactId": "ct_..."
}curl -X POST "https://external-api.lip7.com.br/api/external/deals" \
-H "Content-Type: application/json" \
-H "x-api-key: lip_SUA_CHAVE" \
-d '{"title": "Proposta", "pipelineId": "pipe_...", "stageId": "stage_...", "contactId": "ct_..."}'Resposta
{
"success": true,
"data": {}
}