How to remove automatic signature from n8n?

Hi, I’m setting up send email and when I receive the email, it comes with the automatic signature of n8n

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Some nodes that append an n8n element, like forms and email, you have to disable the n8n attribution option. If you do not see that option on-screen:

  1. Open the node and select the Add option pick list.
  2. Select the Append n8n Attribution option (or similar)
  3. A toggle switch will appear and will show as enabled. Select the toggle switch to disable it. See attached.

Now, when you run the workflow, you should not see the attribution.

I hope this helps! -Bill

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.