> ## 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.created e student.updated

> A conta de aluno nasceu no club, ou quem administra corrigiu o nome ou o e-mail.

Os dois tipos têm o mesmo corpo. O aluno sai como está quando o evento é montado, segundos
depois do fato: num `student.updated`, o `data.student` já traz o nome ou o e-mail novo.

```json theme={null}
{
  "id": "0f8b6c1e-3d2a-4f5b-9a7c-2e4d6f8a1b3c",
  "type": "student.created",
  "occurred_at": "2026-09-14T13:02:41Z",
  "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"
    }
  }
}
```

<Note>
  `student.created` não quer dizer conta confirmada: quem se cadastra ainda vai resgatar o link
  do e-mail, e quem comprou ainda vai definir a senha.
</Note>


## 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)
