CMS Development

Filter by
  • All labels
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Forms
  • FREE
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Marketplace
  • Professional
  • Starter
  • Wordpress
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • Unsolved
  • No Replies Yet
KPrekates on January 22, 2025
Hello HubSpot Community, I’m Konstantinos, and my company has been using HubSpot CRM for the past three months. We’re looking for a way to create personalization tokens for line items in deal-based workflow emails. Specifically, we want to dynam read more
0 upvote
1 Reply
Community Manager
January 23, 2025 14:28
Hi, @KPrekates 👋 Thanks for your question. This will likely take some experimentation and testing along with some developer time to see what w...read more
Solved
AWills_123 on November 26, 2024
Hello, I am trying to multiply two variable deal properties together for an email. Here is the code that I have made for the email thus far: <p> {% email_each list="deal.line_items" item="line_item" %} <div style="display: f read more
0 upvote
2 Replies
Accepted solution
Participant | Gold Partner
December 06, 2024 04:35
Hi @AWills_123 To calculate the total amount for a line item in HubSpot emails, you don't need to manually multiply the quantity by the pric...read more
Solved
creedy on November 15, 2024
In a custom HTML email, I want to show/hide content based on a value within a field that has the internal name of "drupal_uid" in "Contacts". Here's a super simple example: {% if contact.drupal_uid %} <p>Content is hidden because DRUPAL_UID read more
0 upvote
4 Replies
Accepted solution
Thought Leader | Partner
November 18, 2024 02:35
Hey @creedy , to my knowledge the simplified logic like {% if X %} Do something if X is true {% else %} Do something if X is false/not tru...read more
Solved
CRios3 on August 18, 2024
Hi there! I'm creating an email template with hubl where I need to get the email, first and last name of the person who connects to that account and then compare it with some values ​​that I have in hubdb, but I can't find those variables: also tr read more
0 upvote
3 Replies
Accepted solution
Hall of Famer
August 18, 2024 19:18
Hi @CRios3 I believe what you're looking for is the Contact owner property to make it appear as though the email is coming directly from the cont...read more
Rlopz on August 15, 2024
We built a private app to integrate our ecommerce channel (adobe magento) with hubspot using carts API. Now we got our cart records in, and I'm building my programmable email to send abandoned cart emails. I'm able to pull cart.name and cart.url read more
Community Manager
August 15, 2024 21:42
Hi, @Rlopz 👋 Thanks for your question. I appreciate you including your desired outcome and the details of what you've already tried. I'd l...read more
Solved
Thompson_DHARMA on August 08, 2024
I am using the edit HTML module in an email (not an email template) and trying to get the following bit of code to work: {% if deal.deal_currency_code == 'USD' %}<p>usd text</p>{% else %}<p>non-usd text</p>{% endif %} I read more
0 upvote
4 Replies
Accepted solution
Contributor
August 09, 2024 12:07
I have solved this myself. I created a Module in Design Manager and entered this code. {% set currency_code = deal.deal_currency_code | string %...read more
Solved
BBecker1 on August 06, 2024
Hello, Would it be possible to build an email module and based on the contact en contact owner the module is filled with information. Will this be possible? Example: A footer of an email based on the Contact owners email so it always has the corre read more
0 upvote
1 Reply
Accepted solution
Thought Leader | Partner
August 06, 2024 03:23
Hey @BBecker1 , yes it's possible. You can utilize tokens like {{ contact.hubspot_owner_id.email }} {# the email adress of the owner #} {{ con...read more
Solved
MNick2 on July 29, 2024
Hello, I am trying to figure out how to check if a contact property is empty via hubl we have so far {% if contact.added_to_our_list_after is not defined or contact.added_to_our_list_after == '' or contact.added_to_our_list_after is none %} read more
0 upvote
6 Replies
Accepted solution
Recognized Expert | Partner
July 30, 2024 20:40
Hey @MNick2 There is the "type" function that will function similarly to typeof in JS. In your case its important to remember that date field...read more
Solved
J_McAulay on July 18, 2024
Hi, I am quite new to working with custom modules, HubL and Hubdb, so bare with me. We have built a programmable email module that uses Contact properties to filter a HubDB table and provide 3 options to the client with images and url's to bo read more
Accepted solution
Key Advisor | Partner
July 18, 2024 18:06
@J_McAulay - I seem to recall reading that, by default, all UTM codes on embedded links are overwritten as the email is formatted for sending in o...read more
Solved
EdCupaioli on July 08, 2024
I have created several modules for the CMS and want to do the same for email. I know email HTML and CSS has different requirements so I'm prepared to inline my CSS and use table syntax. I have not found any up-to-date documentation on email modules, read more
0 upvote
3 Replies
Accepted solution
Key Advisor | Platinum Partner
July 08, 2024 20:57
Hi @EdCupaioli While it seems like the custom email templates fell out of favor once the improved drag and drop experience was introduced ...read more
JOosthuizen on June 27, 2024
Can you link emails to track and log from the Gmail app for Mac (Mail+ for Gmail) to Hubspot? It's linking perfectly from my Gmail suite on my browser, but not from the app.
1 upvote
1 Reply
Top Contributor | Diamond Partner
June 27, 2024 06:24
+1 I ran into the same issue recently and now I'm not even sure anymore that it worked in the past.
Solved
Mike_Eastwood on June 18, 2024
Hi team, The newsletter from Smashing Magazine is – in my opinion – a must read. Vitaly Friedman and his team creates hyper relevant content to anyone working in website design, website developement and related fields. This is a read more
5 upvotes
5 Replies
Accepted solution
Contributor
July 27, 2024 10:31
Smashing Magazine and The Hustle are both excellent newsletters. Another one I enjoy reading is The Rundown which helps you stay current with the rap...read more
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?

Create a post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.