Hello,
Is it possible to format a message sent with the Gmail node using HTML tags?
When I send this message:
<strong>Hello world</strong>
I receive the exact same text, no formatted.
Any workaround?
Cheers,
Christophe
Hello,
Is it possible to format a message sent with the Gmail node using HTML tags?
When I send this message:
<strong>Hello world</strong>
I receive the exact same text, no formatted.
Any workaround?
Cheers,
Christophe
Hey @chprome!
I tested this out and I can confirm that I am getting the same result as you are. Thank you for letting us know. I have informed the team, and they will look into it.
In the meanwhile, you can use the Send Email node. When you’re using it with your Gmail Account, you will have to create an App Password. You can learn how to do that here.
Hope this helps! ![]()
I am happy that it solved your query! Have fun! ![]()
I have used the send Email
If I use
Hi {{ $json[“Client Name”] }}, many thanks for completing the onboarding.
Should you need any further assitance please contact us.
Data entered is
Client Name {{ $json[“Client Name”] }} {{ $json[“Client Surname”] }}
Client Website {{ $json[“Client Website”] }}
Client Telephone Number {{ $json[“Client Telephone Number”] }}
Client Email {{ $json[“Client Email”] }}
Registered Street Line 1 {{ $json[“Registered Street Line 1”] }}
Registered Street Line 2 {{ $json[“Registered Street Line 2”] }}
Registered City {{ $json[“Registered City”] }}
Registered State {{ $json[“Registered State”] }}
Registered Postal Code {{ $json[“Registered Postal Code”] }}
Registered Country {{ $json[“Registered Country”] }}
Return Street Line 1 {{ $json[“Return Street Line 1”] }}
Return Street Line 2 {{ $json[“Return Street Line 2”] }}
Return City {{ $json[“Return City”] }}
Return State {{ $json[“Return State”] }}
Return Postal Code {{ $json[“Return Postal Code”] }}
Return Country {{ $json[“Return Country”] }}
Billing Street Line 1 {{ $json[“Billing Street Line 1”] }}
Billing Street Line 2 {{ $json[“Billing Street Line 2”] }}
Billing City {{ $json[“Billing City”] }}
Billing State {{ $json[“Billing State”] }}
Billing Postal Code {{ $json[“Billing Postal Code”] }}
Billing Country {{ $json[“Billing Country”] }}
Collection Street Line 1 {{ $json[“Collection Street Line 1”] }}
Collection Street Line 2 {{ $json[“Collection Street Line 2”] }}
Collection City {{ $json[“Collection City”] }}
Collection State {{ $json[“Collection State”] }}
Collection Postal Code {{ $json[“Collection Postal Code”] }}
Collection Country {{ $json[“Collection Country”] }}
VAT Number {{ $json[“VAT Number”] }}
Registration Number {{ $json[“Registration Number”] }}
IOSS Number {{ $json[“IOSS Number”] }}
EORI Number {{ $json[“EORI Number”] }}
Shopify URL {{ $json[“Shopify URL”] }}
Ebay URL {{ $json[“Ebay URL”] }}
Amazon URL {{ $json[“Amazon URL”] }}
Tradepeg URL {{ $json[“Tradepeg URL”] }}
Shopify User Name {{ $json[“Shopify User Name”] }}
Ebay User Name {{ $json[“Ebay User Name”] }}
Amazon User Name {{ $json[“Amazon User Name”] }}
Tradepeg User Name {{ $json[“Tradepeg User Name”] }}
Xero Account Id {{ $json[“Xero Account Id”] }}
Royal Mail API Key {{ $json[“Royal Mail API Key”] }}
Royal Mail Account Id {{ $json[“Royal Mail Account Id”] }}
Royal Mail Min Orders {{ $json[“Royal Mail Min Orders”] }}
The result looks ok in n8n when the email arrives there an carrage returns
Hi steve, many thanks for completing the onboarding. Should you need any further assitance please contact us. Data entered is Client Name steve JOhnson Client Website Client Telephone Number Client Email [email protected] Registered Street Line 1 r Registered Street Line 2 r Registered City r Registered State r Registered Postal Code r Registered Country r Return Street Line 1 r Return Street Line 2 r Return City r Return State Return Postal Code r Return Country r Billing Street Line 1 b Billing Street Line 2 b Billing City b Billing State b Billing Postal Code b Billing Country b Collection Street Line 1 c Collection Street Line 2 c Collection City c Collection State c Collection Postal Code c Collection Country c VAT Number v Registration Number r IOSS Number i EORI Number e Shopify URL s Ebay URL e Amazon URL a Tradepeg URL t Shopify User Name s Ebay User Name e Amazon User Name a Tradepeg User Name t Xero Account Id x Royal Mail API Key r Royal Mail Account Id r Royal Mail Min Orders r
If I use
= `
Hi {{ $json["Client Name"] }}, many thanks for completing the onboarding.
Should you need any further assitance please contact us.
Data entered is:
Client Name {{ $json["Client Name"] }} {{ $json["Client Surname"] }}
Client Website {{ $json["Client Website"] }}
Client Telephone Number {{ $json["Client Telephone Number"] }}
Client Email {{ $json["Client Email"] }}
Registered Street Line 1 {{ $json["Registered Street Line 1"] }}
Registered Street Line 2 {{ $json["Registered Street Line 2"] }}
Registered City {{ $json["Registered City"] }}
Registered State {{ $json["Registered State"] }}
Registered Postal Code {{ $json["Registered Postal Code"] }}
Registered Country {{ $json["Registered Country"] }}
Return Street Line 1 {{ $json["Return Street Line 1"] }}
Return Street Line 2 {{ $json["Return Street Line 2"] }}
Return City {{ $json["Return City"] }}
Return State {{ $json["Return State"] }}
Return Postal Code {{ $json["Return Postal Code"] }}
Return Country {{ $json["Return Country"] }}
Billing Street Line 1 {{ $json["Billing Street Line 1"] }}
Billing Street Line 2 {{ $json["Billing Street Line 2"] }}
Billing City {{ $json["Billing City"] }}
Billing State {{ $json["Billing State"] }}
Billing Postal Code {{ $json["Billing Postal Code"] }}
Billing Country {{ $json["Billing Country"] }}
Collection Street Line 1 {{ $json["Collection Street Line 1"] }}
Collection Street Line 2 {{ $json["Collection Street Line 2"] }}
Collection City {{ $json["Collection City"] }}
Collection State {{ $json["Collection State"] }}
Collection Postal Code {{ $json["Collection Postal Code"] }}
Collection Country {{ $json["Collection Country"] }}
VAT Number {{ $json["VAT Number"] }}
Registration Number {{ $json["Registration Number"] }}
IOSS Number {{ $json["IOSS Number"] }}
EORI Number {{ $json["EORI Number"] }}
Shopify URL {{ $json["Shopify URL"] }}
Ebay URL {{ $json["Ebay URL"] }}
Amazon URL {{ $json["Amazon URL"] }}
Tradepeg URL {{ $json["Tradepeg URL"] }}
Shopify User Name {{ $json["Shopify User Name"] }}
Ebay User Name {{ $json["Ebay User Name"] }}
Amazon User Name {{ $json["Amazon User Name"] }}
Tradepeg User Name {{ $json["Tradepeg User Name"] }}
Xero Account Id {{ $json["Xero Account Id"] }}
Royal Mail API Key {{ $json["Royal Mail API Key"] }}
Royal Mail Account Id {{ $json["Royal Mail Account Id"] }}
Royal Mail Min Orders {{ $json["Royal Mail Min Orders"] }}
I see the values in the out put but the email shows
Hi {{ $json[“Client Name”] }}, many thanks for completing the onboarding.
Should you need any further assitance please contact us.
Data entered is:
Client Name {{ $json[“Client Name”] }} {{ $json[“Client Surname”] }}
Client Website {{ $json[“Client Website”] }}
Client Telephone Number {{ $json[“Client Telephone Number”] }}
Client Email {{ $json[“Client Email”] }}
Registered Street Line 1 {{ $json[“Registered Street Line 1”] }}
Registered Street Line 2 {{ $json[“Registered Street Line 2”] }}
Registered City {{ $json[“Registered City”] }}
Registered State {{ $json[“Registered State”] }}
Registered Postal Code {{ $json[“Registered Postal Code”] }}
Registered Country {{ $json[“Registered Country”] }}
Return Street Line 1 {{ $json[“Return Street Line 1”] }}
Return Street Line 2 {{ $json[“Return Street Line 2”] }}
Return City {{ $json[“Return City”] }}
Return State {{ $json[“Return State”] }}
Return Postal Code {{ $json[“Return Postal Code”] }}
Return Country {{ $json[“Return Country”] }}
Billing Street Line 1 {{ $json[“Billing Street Line 1”] }}
Billing Street Line 2 {{ $json[“Billing Street Line 2”] }}
Billing City {{ $json[“Billing City”] }}
Billing State {{ $json[“Billing State”] }}
Billing Postal Code {{ $json[“Billing Postal Code”] }}
Billing Country {{ $json[“Billing Country”] }}
Collection Street Line 1 {{ $json[“Collection Street Line 1”] }}
Collection Street Line 2 {{ $json[“Collection Street Line 2”] }}
Collection City {{ $json[“Collection City”] }}
Collection State {{ $json[“Collection State”] }}
Collection Postal Code {{ $json[“Collection Postal Code”] }}
Collection Country {{ $json[“Collection Country”] }}
VAT Number {{ $json[“VAT Number”] }}
Registration Number {{ $json[“Registration Number”] }}
IOSS Number {{ $json[“IOSS Number”] }}
EORI Number {{ $json[“EORI Number”] }}
Shopify URL {{ $json[“Shopify URL”] }}
Ebay URL {{ $json[“Ebay URL”] }}
Amazon URL {{ $json[“Amazon URL”] }}
Tradepeg URL {{ $json[“Tradepeg URL”] }}
Shopify User Name {{ $json[“Shopify User Name”] }}
Ebay User Name {{ $json[“Ebay User Name”] }}
Amazon User Name {{ $json[“Amazon User Name”] }}
Tradepeg User Name {{ $json[“Tradepeg User Name”] }}
Xero Account Id {{ $json[“Xero Account Id”] }}
Royal Mail API Key {{ $json[“Royal Mail API Key”] }}
Royal Mail Account Id {{ $json[“Royal Mail Account Id”] }}
Royal Mail Min Orders {{ $json[“Royal Mail Min Orders”] }}
What am I missing here please ?
Just deleted the node and started again and the HTML works ok. I must have had a strange char somewhere.