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

# student.tagged e student.untagged

> O aluno ganhou ou perdeu uma tag — pela equipe ou por um passo de automação.

Os dois tipos têm o mesmo corpo. Só a mudança sai: marcar quem já está marcado, ou desmarcar quem
não está, não gera evento. Apagar a tag também não — apagar a tag não é tirá-la de cada pessoa.

O nome em `data.tag` é o da tag quando o evento é montado; guarde o `id`, que não muda quando a
tag é renomeada.

```json theme={null}
{
  "id": "5c7e9a1b-3d5f-4b7d-9f1b-3d5f7b9d1f3a",
  "type": "student.tagged",
  "occurred_at": "2026-10-24T14:02:11Z",
  "club_id": "7a1e9c4b-5d3f-4e2a-8b6c-1f0d9e8a7b65",
  "data": {
    "student": {
      "id": "c3d5e7f9-1a2b-4c6d-8e0f-a1b2c3d4e5f6",
      "name": "Maria Silva",
      "email": "maria.silva@example.com",
      "created_at": "2026-09-14T13:02:40Z"
    },
    "tag": {
      "id": "8e0a2c4e-6a8c-4e0a-8c2e-4a6c8e0a2c4e",
      "name": "VIP"
    }
  }
}
```


## Related topics

- [Listar entregas](/api-reference/webhook-endpoints/deliveries-list.md)
- [Alterar endpoint](/api-reference/webhook-endpoints/update.md)
- [Cadastrar endpoint](/api-reference/webhook-endpoints/create.md)
- [Ler um endpoint](/api-reference/webhook-endpoints/get.md)
- [Listar endpoints](/api-reference/webhook-endpoints/list.md)
