Skip to main content

Eventos

card.created

{
  "event": "card.created",
  "timestamp": "2026-02-27T12:00:00.000Z",
  "company_id": "uuid",
  "data": {
    "card_id": "uuid",
    "panel_id": "uuid",
    "step_id": "uuid",
    "title": "Novo negócio",
    "monetary_amount": 5000,
    "responsible_user_id": "uuid"
  }
}

card.updated

{
  "event": "card.updated",
  "timestamp": "2026-02-27T12:00:00.000Z",
  "company_id": "uuid",
  "data": {
    "card_id": "uuid",
    "changes": {
      "title": "Novo título",
      "monetary_amount": 7000
    }
  }
}

card.moved

{
  "event": "card.moved",
  "timestamp": "2026-02-27T12:00:00.000Z",
  "company_id": "uuid",
  "data": {
    "card_id": "uuid",
    "from_step_id": "uuid",
    "to_step_id": "uuid",
    "panel_id": "uuid"
  }
}