We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9c4255 + 74cb65c commit 33a9229Copy full SHA for 33a9229
1 file changed
src/api/integrations/chatbot/n8n/services/n8n.service.ts
@@ -49,6 +49,7 @@ export class N8nService extends BaseChatbotService<N8n, N8nSetting> {
49
sessionId: session.sessionId,
50
remoteJid: remoteJid,
51
pushName: pushName,
52
+ keyId: msg?.key?.id,
53
fromMe: msg?.key?.fromMe,
54
instanceName: instance.instanceName,
55
serverUrl: this.configService.get<HttpServer>('SERVER').URL,
0 commit comments