# Card Events

Webhook events that happen on all cards.

> **Deprecation Warning**
>
> Webhooks are no longer actively developed. Please consider using
> [Workflows](/workflows) instead.

These legacy webhook events are sent for common interactions across cards.

## Card viewed

Raised when a user views a card.

### Example data

Example data for `CardViewed` is shown in the HTML documentation.

## Card cover clicked

Raised when a user clicks on a card's cover.

### Example data

Example data for `CardCoverClicked` is shown in the HTML documentation.

## Card action

Raised when a user clicks or interacts with a card's action.

### Example data

Example data for `CardAction` is shown in the HTML documentation.

## Card shared

Raised when a user shares a card from a hub.

### Example data

Example data for `CardShared` is shown in the HTML documentation.
