Webhook Trigger
Triggers
Webhook Trigger
Receives HTTP webhook calls
Painel de configuracao
Esta visualizacao usa o frontend real do ConfigPanel em modo embed, carregando um no de exemplo com o JSON base desta documentacao.
Preview real do painel
JSON base do node
{
"_nodeType": "webhookTrigger",
"httpMethod": "POST",
"path": "",
"authentication": {},
"responseMode": "lastNode"
}Portas
Entradas
Sem entradas
Saidas
Output
default · control
Error
error · error
Objetos filhos e estruturas aninhadas
WebhookAuthentication
Webhook authentication configuration
| Campo | Tipo | Obrigatorio | Descricao |
|---|---|---|---|
| type | string | Sim | Auth type |
| headerName | string | Nao | Header name for token/key |
| tokenSecretKey | string | Nao | Secret key name from Secrets vault |