Skip to main content
Best answer

Send Gmail with xml content in the body


I would like to create a zap for when a new Google Sheet row is created an email is sent via Gmail with the contents of the new row in an XML format in the body of the email, not as an attachment. Specifically ADF format for auto dealerships. 

 

Hoping this is possible.

Best answer by robschmidtBest answer by robschmidt

Hi @rm_alinor,

Since you are sending an email, you can just use your XML template in the body and use the values from Google Sheet within the code, like this:

 

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

robschmidt
Forum|alt.badge.img+9
  • Zapier Expert
  • 617 replies
  • Answer
  • April 14, 2021

Hi @rm_alinor,

Since you are sending an email, you can just use your XML template in the body and use the values from Google Sheet within the code, like this:

 


  • Author
  • 1 reply
  • April 14, 2021

Thank you.