Skip to content

Commit e5a2491

Browse files
feat: add quotedMessage to payload in sendMessageToBot on N8N
1 parent df20c5f commit e5a2491

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
@@ -51,6 +51,7 @@ export class N8nService extends BaseChatbotService<N8n, N8nSetting> {
5151
pushName: pushName,
5252
keyId: msg?.key?.id,
5353
fromMe: msg?.key?.fromMe,
54+
quotedMessage: msg?.contextInfo?.quotedMessage,
5455
instanceName: instance.instanceName,
5556
serverUrl: this.configService.get<HttpServer>('SERVER').URL,
5657
apiKey: instance.token,

0 commit comments

Comments
 (0)