Skip to content

Commit 33a9229

Browse files
Merge pull request #1838 from bilaliqbalr/patch-2
Added key id into webhook payload in n8n service
2 parents f9c4255 + 74cb65c commit 33a9229

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/integrations/chatbot/n8n/services/n8n.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export class N8nService extends BaseChatbotService<N8n, N8nSetting> {
4949
sessionId: session.sessionId,
5050
remoteJid: remoteJid,
5151
pushName: pushName,
52+
keyId: msg?.key?.id,
5253
fromMe: msg?.key?.fromMe,
5354
instanceName: instance.instanceName,
5455
serverUrl: this.configService.get<HttpServer>('SERVER').URL,

0 commit comments

Comments
 (0)