> For the complete documentation index, see [llms.txt](https://help.webinar.center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.webinar.center/integracoes/endereco-de-inscricao-automatica.md).

# Endereço de inscrição automática

Esta forma de integração é muito fácil de ser usada, porém você precisará utilizar alguma ferramenta de envio de e-mails ou de automação de marketing, como o Mailchimp, RD Station, Mautic, Builderall, e-goi, Active Campaign, etc.

Você apenas precisará utilizar as variáveis personalizadas da sua ferramenta de envio de e-mails.

{% hint style="info" %}
Variáveis personalizadas são aquelas variáveis que usamos quando enviamos e-mails assim: \
Olá, **#primeiro-nome#**!
{% endhint %}

Utilize esse endereço para inscrever um usuário automaticamente e direcioná-lo automaticamente para o webinar. Esse recurso é útil para aumentar a conversão dos usuários que já estão cadastrados na sua base de leads.

Para utilizar este recurso é necessário marcar uma data/horário na aba **Informações**, na última opção ao final da página.

Exemplo: <https://webinar.center/join/DEE3980/?nome={name}\\&email={e-mail> address}\&fone={phone number}\&live=1587

Substitua os seguintes itens {name}, {e-mail address} e {phone number} pelas variáveis personalizadas da sua ferramenta de envio de e-mails. Por exemplo, no caso do RD Station:&#x20;

```
https://webinar.center/join/DEE3980/?nome=*|PRIMEIRO_NOME|*&email=*|EMAIL|*&fone=*|TELEFONE|*&live=1587
```

{% hint style="info" %}
Lembre-se de que esse endereço acima é apenas um exemplo. Você deve utilizar o endereço personalizado do seu próprio webinar. Encontre o endereço de inscrição automática do seu webinar na aba **Integrações**, na última opção ao final da página.
{% endhint %}

Variável obrigatória: Nome;\
Variáveis opcionais: E-mail e Telefone.

### Variáveis personalizadas de cada ferramenta de e-mails

* Mailchimp: <https://mailchimp.com/help/all-the-merge-tags-cheat-sheet/>
* Pipz: <https://docs.pipz.com/central-de-ajuda/uso-de-variaveis/contatos>
* E-goi: <https://helpdesk.e-goi.com/024146-Usar-linguagem-de-personaliza%C3%A7%C3%A3o-avan%C3%A7ada-do-E-goi>
* RD Station:

![](/files/-LXUYuWhYBnAJti-nXWy)

###

### Como usar no seu chatbot

#### Exemplo usando Manychat:

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

###


---

# 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://help.webinar.center/integracoes/endereco-de-inscricao-automatica.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.
