Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slack: "Automated with n8n" Footer - UPDATE #9803

Closed
mywebmasteruk opened this issue Jun 19, 2024 · 6 comments
Closed

Slack: "Automated with n8n" Footer - UPDATE #9803

mywebmasteruk opened this issue Jun 19, 2024 · 6 comments
Labels
in linear Issue or PR has been created in Linear for internal review Released

Comments

@mywebmasteruk
Copy link

Bug Description

When using Slack Update Node, I am getting the footer “Automated with this n8n workflow”

There is an option to remove it when you “Send” a new message, but it's missing for Update.

To Reproduce

Add to any workflow Slack node set to Update.
When the message is updated, you get the footer "Automated with this n8n workflow (edited)"

Expected behavior

under “Options” there should be an option "Include Link to Workflow" in order to switch it off

so that the footer is not shown in the message.

Operating System

Ubuntu

n8n Version

1.45.1

Node.js Version

Not sure

Database

SQLite (default)

Execution mode

main (default)

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Jun 19, 2024
@Joffcom
Copy link
Member

Joffcom commented Jun 19, 2024

Thanks for the report @mywebmasteruk, We have created NODE-1423 as the internal ticket to look into this.

@jdavv
Copy link

jdavv commented Aug 19, 2024

Looking forward to this :D

@mickmcgrath13
Copy link

Bump. Also looking forward to it.

could it be as simple as adding this:

		{
			displayName: 'Include Link to Workflow',
			name: 'includeLinkToWorkflow',
			type: 'boolean',
			default: true,
			description:
				'Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending Slack messages.',
		},

to this options list: https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts#L955

?

@saravicius
Copy link

saravicius commented Sep 25, 2024

What is the status of this issue? It was reported quite a long time ago... @mickmcgrath13 even gave you a line and a solution.. guys :) pls

@janober
Copy link
Member

janober commented Sep 25, 2024

Fix got released with [email protected]

@Joffcom
Copy link
Member

Joffcom commented Sep 25, 2024

Hey @saravicius,

The change for this was put in before your comment but to give some more insight we prioritise the issues based on how urgent it is so it can time for us to fix some that are not breaking anything.

We do however accept pull requests so if it looks like an easy fix we are more than happy to review a PR :) In this case the fix was waiting for one of our bug bashing sessions and has now been sorted.

@Joffcom Joffcom closed this as completed Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review Released
Projects
None yet
Development

No branches or pull requests

6 participants