I am currently working on integrating data from HubSpot forms and emails specifically resume attachments into our third-party applications using Power Automate. There in power automate iam getting a json body that consists of the form submitted dat read more
Hello developers, I'm facing an issue with Personalization Tokens. Through our website, users can subscribe to newsletters. We've updated the footer to a custom one by hiding the default Unsubscribe token and added our URL. At the end of the URL, read more
I have an external RSS feed, with an aditional field for `formattedDate` which I'd like to use instead of `pudDate` Is that possible? I also want to render each item in the Feed differently depending on it's `category` and `domain` value. I' read more
Thanks @PamCotton , I checked out the link you shared. I'm curious to try some of those options. "Import the RSS feed into a new and "invisi...read more
I am having trouble making my new image / text module work - when I place it on the email template / preview - it does not show up. What am I missing? <div class="image-text-module"> <div class="image-container"> <img src="{{ read more
No worries I got you!
To make it as easy as possible for you - here's a visual step-by-step guide how you can create a custom email module. ...read more
Hi, I'm looking to see if its possible to show/hide labels in an email based on whether the contact filled out the field on a form E.g Hide the 'Phone Number' label, if the contact didnt fill that field. Any help appreciated, thanks!
Hi, I was trying to edit the subscription preferences email for my account but I am finding it hard to find enough resources. I came across a few videos where people had toggle for subscription preferences instead of checkboxes. I want to have Pref read more
Hi all, I'm seeking assistance from the experts here as I'm not HTML/CSS savvy. I'm looking for guidance on codes of how to achieve font consistency on my subscription preference page. Additionally, I would greatly appreciate any help on enhanci read more
Hey @JFAN5 ,
sure! Child themes are very cool. They work in a way to give you more control over your theme in the areas you actually need it...read more
Hi developers, My requirement is as follows: 1) Please check the below screenshot of a custom email. I want to edit the Perferences/Unsubscribe links inside it. Currently it is not editable. 2) I can find and drag and drop the module to the read more
Thank you @Jaycee_Lewis for the reply. Actually it was my fault during troubleshooting. Since it was an email custom module, I should have chec...read more
Hi Everyone , I'm dynamically creating custom properties value from my custom code in workflow using nodeJs for example : "customProperties": {
"test1" : "This is test 1 and now its present",
"test2" : "This is test 2 and now its prese read more
Hi @himanshurauthan Thanks for the reply. {% if customProperties.hasOwnProperty('test1') %} is not working . I tried custom.hasOwnProperty th...read more
Hello, I am a new HubSpot user. I accidentally stumbled upon the developer side and have limited experience. I am running into an issue with mobile text color. On mobile, 'banner_line_2' and 'banner_line_4' are appearing blue, but appearing whi read more
Hello @KMcArdle3
The accentTextColor variable is set to #38484e, which is a dark blue color. On mobile devices, the text color is automaticall...read more
Hi all, I'm attempting to add code for confetti for my email but the html module says my current tags are 'not allowd' I created the code in HubSpot designer and not sure how to add it to my email body. Any ideas?
Hi @RKapongo ,
first and foremost:
It's currently not possible to create custom dnd email templates. That's why HubSpot tells you "not allowed"...read more
Hi there, I'm trying to understand the utility of the content.name variable in emails. The descrition is the following: The name of a post, email, or page. For pages and emails this will print the internal content name, while for posts t read more
Hi @KJourdia ,
If content.name is used without further information (like inside a loop) it will display only the internal name of the page, mail...read more