Allow Custom Headers for Webhook Events
Davidson Gomes
PT:
Atualmente não é possível enviar headers customizados nos eventos de webhook na versão self-hosted. Essa funcionalidade já existe no Cloud e é útil para validar a origem das requisições e adicionar informações de segurança.
A solicitação é adicionar suporte para configurar headers customizados para os webhooks disparados pela Evolution API.
EN:
Currently, it is not possible to send custom headers with webhook events in the self-hosted version. This feature already exists in the Cloud version and is useful to validate the origin of requests and add security information.
The request is to add support for setting custom headers for webhooks triggered by Evolution API.
Casos de Uso / Use Cases
• PT: Garantir que apenas eventos legítimos sejam aceitos; adicionar tokens de autenticação no header.
• EN: Ensure only legitimate events are processed; add authentication tokens in the header.
🔗 GitHub Issue #1933