> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supahub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Event Types

> This is a list of all types of events we send.

Below you'll find a comprehensive catalog of event types that we transmit.

<ParamField body="post.created">
  Triggered upon the creation of a new post.
</ParamField>

<ParamField body="post.deleted">Triggered when a post is removed.</ParamField>

<ParamField body="post.board_updated">
  Triggered when a post's board affiliation has been updated.
</ParamField>

<ParamField body="post.status_updated">
  Triggered when the status of a post is updated.
</ParamField>

<ParamField body="comment.created">
  Triggered upon the creation of a new comment.
</ParamField>

<ParamField body="comment.deleted">
  Triggered when a comment is deleted.
</ParamField>

<ParamField body="vote.added">
  Triggered when a user votes on a post.
</ParamField>

<ParamField body="vote.deleted">
  Triggered when a vote is retracted from a post.
</ParamField>
