Describe the problem/error/question
I’m very new to n8n and working on email automation outreach. I have a signature set on my gmail account, but it is not used when sending emails with the gmail node. Is there anyway to force n8n to send emails with my signature?

I am afraid that you have to add it manually in the body of the node.
There is an option where you can toggle on/off n8n credit “signature”, but havent tried yet to play with that honestly.
1 Like
You can call the sendAs identity endpoint to retrieve your signature and reference it using an expression inside the request body. This is the closest way to automate it if you don’t want to type it in manually.
1 Like