Hey everyone! 👋 I'm using gmail email received as a trigger, but it only pulls the text of the email, i need the raw html of the email so I can use that in a later step. I cannot for the life of me figure out how to extract the raw html of the email so I can save the formatting. Does anyone know how I can do that? Thanks! 💌 Alon J. Would love your help, saw you replying to others, thanks!
Thanks Marvin A. and Alon J.! Unfortunately, the Search Emails action, with the complete body toggle, just gives the complete body in text form, not HTML. Is there any other way to pull the actual HTML from a gmail email with any other steps, or will Lindy always just pull plain text? Thanks again for the help!
ahhh got you
sorry about that! The action you can use to get the raw HTML is Get Email
Thank you so much Marvin A.! I'll use that! :) BTW I found a workaround that was pretty annoying, via the gmail API, so adding that info here in-case somebody else might be interested in doing this outside of the Get Email action for any specific reason. Thanks again! (Body for google_token step is as follows: Get from https://console.cloud.google.com/apis/library/gmail.googleapis.com client_id=REPLACE_THIS& client_secret=REPLACE_THIS& refresh_token=REPLACE_THIS& grant_type=refresh_token
Oh wow! Thanks for sharing 🤝