# Site Events

Webhook events that fire from site interactions.

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

These legacy webhook events are sent when users interact with a site.

## Sign up success

Raised when a user successfully signs up to a site.

### Example data

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

## Site viewed

Raised when a user views a site.

### Example data

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