> For the complete documentation index, see [llms.txt](https://docs.zydon.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zydon.com.br/webhooks/cadastro-de-parceiro.md).

# Cadastro de Parceiro

Para configurar os webhooks de cadastro de Parceiros, acesse o menu "B2B", clique em “Editar portal” e selecione o item de menu “Clientes”. Selecione o botão “Adicionar” e configure seu webhook.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXchG8PwL37NCjOYCwJiqcbnMyPM15jZxL4gzn61hpGgOGncRSnC4qumEz1W8UcrZ5hoLyFyJR1UjzSFglGfsg3V3l_hJIqELYqhy2SHJLWxNuLTfI7jSNRBuWZA49ynqgS8EyODLMY58KapxR6L0g?key=Zwk67BZsb2R2NWhgpn3nNA" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe3AZPehig4e-vtBr6JQIpaRCBlZywuuh0Uuc63Qv1Ij9Mu9mPgfn0X9QjWMrHYZRBPqZ_NCKsM_16eftBfMZUaqdWJduKUddeExzD_ZvLPkDl79oNtgM9gcZc4GohYOh6FnpUt-ITlrQOogkEF_Q?key=Zwk67BZsb2R2NWhgpn3nNA" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeCx_ILdeULtxyrCDy-foyfO-UK9eWNc1BZe1asf7_-xFKsiS-mCk9TLgmj6MxxTuwDkan-toQSkrMLPNJywBTNCFEkNLArRluJn9x2nYX7Nf5sFwTtOCn4D3gKVfeus8xMFAZKHbar9ouHRWgV?key=Zwk67BZsb2R2NWhgpn3nNA" alt=""><figcaption></figcaption></figure>

Objeto enviado no evento:

```json
{
  "name": "string",
  "type": "string",
  "state_registration_number": "string",
  "fiscal_registration_number": "string",
  "email": "string",
  "phone": "string",
  "mobile": "string",
  "address": {
    "postal_code": "string",
    "street": "string",
    "number": "string",
    "neighborhood": "string",
    "complement": "string",
    "state": "string",
    "city": "string"
  },
  "additional_data_form": [
    {
      "form_field_id": "string",
      "form_id": "string",
      "value": {}
    }
  ]
}
```

Resposta esperada:

```json
{
  "id": "string"
}
```
