> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/topicos/converter/chatbot/chatbot-duvidas-comuns/chatbot-utilizando-token-de-calendario-publico.md).

# Chatbot - Utilizando Token de Calendário Público

O **Token de Calendário Público** permite que o chatbot envie automaticamente informações de reuniões e também disponibilize o **link do calendário para agendamento** diretamente durante a conversa com o usuário.

Com esse recurso, é possível informar detalhes de reuniões já marcadas ou permitir que o lead acesse rapidamente o calendário para realizar um novo agendamento.

{% embed url="<https://youtu.be/Nfdo9IQ3IYk>" %}

***

## 📅 Tokens para Reuniões Agendadas

Os tokens de **Próxima Reunião** enviam automaticamente informações da reunião agendada pelo lead.

**(Próxima Reunião): Nome do calendário**\
Envia o nome configurado no calendário.

**(Próxima Reunião): Descrição do calendário**\
Envia a descrição configurada no calendário.

**(Próxima Reunião): Nome e Sobrenome do Responsável**\
Envia o nome do responsável definido no calendário.

**(Próxima Reunião): Link / Local / Dia / Horário / Fuso horário**\
Envia as informações completas da reunião agendada pelo lead.

**(Próxima Reunião): Link de Reagendamento**\
Envia um link para reagendar ou cancelar a reunião.

**(Próxima Reunião): Link do Meet**\
Envia o link do Google Meet gerado automaticamente pelo calendário.

***

## 🔗 Token para Envio do Link do Calendário

O token **Calendário** permite enviar diretamente o **link de acesso ao calendário** para o lead.

**(Calendário)**\
Envia o link do calendário identificado pelo seu nome, permitindo que o usuário visualize os horários disponíveis e realize um agendamento.

***

## 💾 Salvando e testando o Chatbot

Após finalizar as configurações:

1. Clique em **Salvar** para registrar o chatbot.
2. Utilize a **caixa de testes no lado direito da tela** para simular a conversa e validar o funcionamento dos tokens.

***

✅ Após configurado, o chatbot poderá **informar automaticamente os dados da próxima reunião ou enviar o link do calendário para novos agendamentos**, tornando o atendimento mais rápido e automatizado.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/topicos/converter/chatbot/chatbot-duvidas-comuns/chatbot-utilizando-token-de-calendario-publico.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
