Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/n8n-io/n8n into node-125-…
Browse files Browse the repository at this point in the history
…airtable-node-overhaul-v2
  • Loading branch information
michael-radency committed Jul 17, 2023
2 parents 8029105 + 2acd71e commit 1f2b44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Slack/V2/GenericFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export function getMessageContent(
) as IDataObject;

const { id } = this.getWorkflow();
const automatedMessage = `_Automated with this <${this.getInstanceBaseUrl()}workflow/${id}|n8n workflow>_`;
const automatedMessage = `_Automated with this <${this.getInstanceBaseUrl()}workflow/${id}?utm_source=n8n&utm_medium=slackNode|n8n workflow>_`;
const messageType = this.getNodeParameter('messageType', i) as string;

let content: IDataObject = {};
Expand Down

0 comments on commit 1f2b44e

Please sign in to comment.