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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
@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
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
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.
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
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