create_event
Create a new live event by providing a title. Optionally add YouTube URL, start time, and CTA URL for purchase or registration.
Instructions
Cria um novo evento ao vivo. Campos obrigatórios: title. Recomendado preencher youtube_url, event_start e cta_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Título do evento | |
| cta_url | No | URL do botão de compra/CTA | |
| cta_label | No | Texto do botão CTA (ex: "Garantir minha vaga") | |
| event_end | No | Data/hora de encerramento ISO 8601 | |
| pitch_end | No | Fim do pitch ISO 8601 | |
| event_start | No | Data/hora de início ISO 8601 (ex: 2025-09-10T20:00:00-03:00) | |
| pitch_start | No | Início do pitch de vendas ISO 8601 | |
| youtube_url | No | URL do vídeo no YouTube (ex: https://youtu.be/xxx) |