We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a39f1a commit 481e179Copy full SHA for 481e179
src/api/integrations/chatbot/flowise/services/flowise.service.ts
@@ -57,6 +57,8 @@ export class FlowiseService extends BaseChatbotService<FlowiseModel> {
57
overrideConfig: {
58
sessionId: remoteJid,
59
vars: {
60
+ messageId: msg?.key?.id,
61
+ fromMe: msg?.key?.fromMe,
62
remoteJid: remoteJid,
63
pushName: pushName,
64
instanceName: instance.instanceName,
0 commit comments