mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: Add appendN8nAttribution option to sendAndWait operation (#13697)
Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
@@ -83,11 +83,12 @@ export class WhatsApp implements INodeType {
|
||||
);
|
||||
|
||||
const config = getSendAndWaitConfig(this);
|
||||
const instanceId = this.getInstanceId();
|
||||
|
||||
await this.helpers.httpRequestWithAuthentication.call(
|
||||
this,
|
||||
WHATSAPP_CREDENTIALS_TYPE,
|
||||
createMessage(config, phoneNumberId, recipientPhoneNumber),
|
||||
createMessage(config, phoneNumberId, recipientPhoneNumber, instanceId),
|
||||
);
|
||||
|
||||
const waitTill = configureWaitTillDate(this);
|
||||
|
||||
Reference in New Issue
Block a user