mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Add token to sendAndWait operations links to walidate in webhook (#17566)
This commit is contained in:
@@ -278,7 +278,7 @@ export function createSendAndWaitMessageBody(context: IExecuteFunctions) {
|
||||
config.options.map((option) => {
|
||||
return {
|
||||
text: option.label,
|
||||
url: `${config.url}?approved=${option.value}`,
|
||||
url: option.url,
|
||||
};
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user