Added key id into webhook payload in n8n service

This commit is contained in:
Bilal Iqbal 2025-08-14 00:51:41 +05:00 committed by GitHub
parent 9cdb897a0f
commit 74cb65c4ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,7 @@ export class N8nService extends BaseChatbotService<N8n, N8nSetting> {
sessionId: session.sessionId,
remoteJid: remoteJid,
pushName: pushName,
keyId: msg?.key?.id,
fromMe: msg?.key?.fromMe,
instanceName: instance.instanceName,
serverUrl: this.configService.get<HttpServer>('SERVER').URL,