feat: adiciona headers no cadastro de webhook da instância

This commit is contained in:
Felipe Medeiros
2024-09-06 20:46:10 -03:00
parent a9e4860a77
commit 65c6ecff88
11 changed files with 21 additions and 2 deletions

View File

@@ -126,6 +126,7 @@ export class EventManager {
enabled: true,
events: data.webhook?.events,
url: data.webhook?.url,
headers: data.webhook?.headers,
base64: data.webhook?.base64,
byEvents: data.webhook?.byEvents,
},