curl -X POST "https://api.whatabot.app/api/v1/kanban/pipelines/pipeline-uuid/cards" \ -H "X-Api-Key: wh_your_api_key" \ -H "Content-Type: application/json" \ -d '{"stageId": "stage-uuid", "values": {"name": "Maria Souza"}, "tags": ["hot"]}'
{ "id": "card-uuid", "pipelineId": "pipeline-uuid", "stageId": "stage-uuid", "sessionId": null, "tags": ["hot"], "values": { "name": "Maria Souza" }, "createdAt": "2026-04-20T10:00:00.000Z", "movedAt": "2026-04-20T10:00:00.000Z" }
Cria um novo card em um pipeline.
wh_
{ "stageId": "stage-uuid" }
{ "stageId": "stage-uuid", "values": { "name": "Maria Souza", "amount": 2500.00 }, "tags": ["enterprise", "hot"] }