> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zatten.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks Personalizados

## **🎯 Objetivo do Tutorial**

Conectar o seu agente a qualquer software externo (n8n, Make, CRMs próprios) através de requisições HTTP.

***

## **📺  Vídeo tutorial**

<div style={{ position: 'relative', paddingBottom: '56.25%', height: '0' }}>
  <iframe style={{ position: 'absolute', top: '0', left: '0', width: '100%', height: '100%', border: '0' }} src="https://youtube.com/embed/GGN44k_WeDk" allowFullScreen allowTransparency />
</div>

***

## **📝 Configuração Técnica**

### **1. Identificação**

Dê um nome claro para a função (ex: `verificar_estoque`).

### **2. URL de Destino**

Insira a URL do seu webhook (ex: do seu workflow no n8n).

### **3. Estrutura JSON**

Defina quais dados o agente deve enviar para o webhook. A IA usará o contexto da conversa para preencher esses dados automaticamente antes de disparar a URL.
