mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat: Add token to sendAndWait operations links to walidate in webhook (#17566)
This commit is contained in:
@@ -113,7 +113,7 @@ export const createMessage = (
|
||||
instanceId: string,
|
||||
): IHttpRequestOptions => {
|
||||
const buttons = sendAndWaitConfig.options.map((option) => {
|
||||
return `*${option.label}:*\n_${sendAndWaitConfig.url}?approved=${option.value}_\n\n`;
|
||||
return `*${option.label}:*\n_${option.url}_\n\n`;
|
||||
});
|
||||
|
||||
let n8nAttribution: string = '';
|
||||
|
||||
Reference in New Issue
Block a user