> 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/nova-inscricao-webhook-url.md).

# Nova Inscrição: Webhook URL

### **Variável de entrada por GET ou POST**

| **Variável** | Descrição          |
| ------------ | ------------------ |
| name         | Nome               |
| email        | Endereço de e-mail |
| fone         | Telefone           |
| var1         | Variável aberta    |
| var2         | Variável aberta    |
| var3         | Variável aberta    |

### JSON de resposta

| Variável          | Descrição                       | Exemplo                                                                                                                 |
| ----------------- | ------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| date              | Data                            | 2018-05-20 20:30:00                                                                                                     |
| cod\_subscription | Código de acesso                | ZCT791677837656414939                                                                                                   |
| access\_url       | Webinar URL                     | [https://webinar.center/live/ZCT791677837656414939&#xD;](<https://webinar.center/live/ZCT791677837656414939&#xD;&#xA;>) |
| status            | Aparece se já estava cadastrado | already                                                                                                                 |

### Exemplo de resposta

```javascript
{
 "date": "2018-05-20 20:30:00",
 "cod_subscription": "ZCT791677837656414939",
 "access_url": "https://webinar.center/live/ZCT791677837656414939"
}
```
