Skip to content

card.transition

Live

Delivered inside the standard event envelope — see data below for this type's payload shape.

Payload

card_idstringrequired
fromstringrequired
tostringrequired

Example delivery

{
  "id": "uuid",
  "type": "card.transition",
  "created_at": "date-time",
  "data": {
    "card_id": "string",
    "from": "string",
    "to": "string"
  }
}