I wanted to build an email with web content, but I wanted to pull in a particular section from the website (not the entire webpage). What's the best way to achieve this?
I tried using an anchor link within an external content block but it does not work as expected. Any suggestions?
Edit: I want a particular section of the web content render in the email, something like what external content block would do.
Hi,@Nayra G
When someone clicks on the link, it will take them to the specific section on the webpage with the ID "specific-section".
<p>Click <a href="https://www.example.com/page.html#specific-section">here</a> to view a specific section of our website.</p>
URL and the ID of the specific section match the structure of your website.
Thanks!