Skip to main content

Hi Zapier Community,

 

I have a question related to a some HTML code to send an automated email to Webflow form submitters. 

 

I want to include a link in the email that is mywebsite.com/data-pulled-from-answer where data-pulled-from-answer is gotten from Webflow. I can see on Zapier when setting up the action that it is pulling the right text, but when the email is sent, the link stops at “mywebsite.com/” 

in the html code, I have the following: 

 

 

 

Thanks a lot!!

Hi @stylebase 

Can you provide screenshots from history of the Gmail action? It’s probably because your Webflow variable is coming empty.


Hi Rob,

I can see the correct URL 

Thanks :) 


Hi @stylebase 

What app is being used to send the HTML email?

Make sure to check that your HTML code is valid for sending emails, which can be different than the HTML used for websites.

You can do this by using an HTML validator app found online via a GSearch.

 

Check your Zap Runs history details to see the DATA IN/OUT for each Zap Run: https://zapier.com/app/history/

If you see {{placeholder}} then that means the data point was empty/blank/null or a mismapped data point.


Hi Troy,

 

Thanks a lot, indeed there was a problem with my link!