Let's tackle the question: "How do I create custom blocks in Hubspot for use in email creation? Using an email builder is cool, but you may find yourself limited in terms of structure, design, possibilities, or simply the quality of the code generated. The ideal solution is to create and configure customized blocks in these tools. We have already mentioned how to create a custom newsletter template on Mailchimp or how to design a customized email template from Emarsys. So I hope you're wide awake, because we've got a very busy schedule!

Live! Create customized blocks in Hubspot's CMS. Example with Effy

Watch and listen to Effy's testimonial 🙂

How do I create a custom HTML block in Hubspot?

hubspot module design tool
  1. To create a custom HTML block from Hubspot and use it in an email template, you must first have access to a Marketing Hub Pro or Enterprise account. Unfortunately, the Starter account does not allow this type of interaction. Well, that's normal too, you can't have everything for free...
  2. Go to the "Marketing > "Files and templates > "Design tools.
  3. Then, in the submenu at the top of the left-hand window, click on "File > "New item: file and select "Components > "Module in the popup drop-down list. Click on "Next".
  4. To the question "Where would you like to use this module?"check "E-mails. Your choice "Scope of module contentchoose "Global module so that every modification to the module is reflected in the emails containing it.
  5. Finally, enter the "File name and choose the file location.
email module for hubspot template

At last, you have access to your module's code window! This is where everything happens, where you can write your HTML code, as well as your parameters.

hubspot module editor

If you're not comfortable with HTML email development, we've got you covered. a completely free guide to learn how to code HTML emails. You can also delegate the HTML integration of your email campaigns. Let's move on to parameterization.

How do I set up a block on Hubspot?

What exactly is parameterization? It's the ability to create options to display an element or not, to change its content, to change its color, its alignment... In short, with this parameterization, you can do a lot of things. On Hubspot, there are different types of fields to generate the parameters for your blocks, which are then called up in your emails. Fields "Content", "Logical, "Selectors.

What are the Content fields?

Among the fields "Content"we find the fields "Date, "Date and time, "Integrate, " Link ", "Simple menu, "Number, "Text, "Enriched text, "URL.

What are the Logic fields?

Among the fields "Logicalwe find the fields "Boolean and "Choice.

What are the selector fields?

Finally, among the fields "Selectorswe find the fields "E-mail address, "Beacon, "Blog, "Color, "CTA, "Follow-up e-mail, "File, "Image, "HubDB Line, "Logo, "Menu", "Purpose of CRM, " Page ", "Payment, "Police, "CRM object ownership, "Meeting, "HubDB table, "Video.


Now that all the possible fields have been listed, please note that the "Text, "Enriched text, "URL, "Boolean, "Choice are undoubtedly the most frequently used fields, and they already allow you to do a lot of things!

Let's take a concrete case, a customer case: that of Effy, for whom we work. For Effy, we've created blocks (or organizations) that Effy needs to be able to use in Hubspot from email templates. The design is created on Figma. Here's a preview of one of the blocks.

email design module

Now let's take a look at how to use the fields described above.

Changing content in Hubspot

text change hubspot

How do I change text?

You want to change a text, but not its graphic layout. For example, the title in the module shown above.

change text hubspot
  1. Create a text field Click on "Add a field in the right-hand window, then choose "Text in the "Content".
  2. Choose a name for this field and a HubL variable name. By default, Hubspot will generate a HubL name and variable name. It's up to you to decide whether or not you want to change it.
  3. If you wish, you can also enter a default text, make the field mandatory, validate the field with a regular expression, activate the emoticon selector...

The text field has a particular advantage: it blocks the graphic formatting of the inserted text. It is not enriched text. (so no bolding, italics, line breaks, etc.)..

Would you like to change some text, as well as its graphic layout?

rich text email template hubspot
  1. Create a rich text field Click on "Add a field in the right-hand window, then choose "Enriched text in the "Content".
  2. Choose a name for this field and a HubL variable name.
  3. You can enter rich text by default, make the field mandatory...

The advantage of the enriched text field is its WYSIWYG editor. (What You See Is What You Get).

change rich text hubspot

How do I change an image?

image template emailing hubspot

On the mock-up of the Effy module we're sharing with you, we'd like to give Effy the option of choosing an image in the right-hand section of the module.

  1. Firstly, you need to create an image field Click on "Add a field in the right-hand window, then choose "Image in the "Selectors.
  2. Next, enter the name of the field, then the name of the variable HubL.
  3. Then, in the "Content options, load a default imageor by browsing the images in the media library of your Hubspot account (button "Browse images), or by downloading a new image (button "Load).
  4. Finally, indicate an alternative text by default. If you wish to block the width or height options of the visual, choose "Do not display controls in the selector "Available size options.
change image template email hubspot

How do I add tooltips or online help texts?

hubspot online help

On each field you have the option, in the "Editor optionsThis allows you to fill in tooltip help text (which will only be displayed when the tooltip is hovered over) and/or online help text (which will be displayed below the field name). Use this feature without hesitation: it will provide guidance to users on the conditions to be met for a particular element (for example, the dimensions of an image, or the number of characters not to exceed for a text...).

hubspot infobulle field

Packaging on Hubspot

Why use it?

Conditioning allows you to display or not display text, images or values. This is made possible by a condition, verified or not. For example, if a Boolean has the value "truethen I display the code included in the packaging. Otherwise, it will not be displayed.

hubspot switch

How do I use it?

For Effy, we're going to make the tag above the title an option: you can decide whether or not to display it.

  1. I create a field "Boolean on Hubspot. I give this field a name, and a HubL variable name. For example, name = "Tag", and Hubl variable name = "tag_booleen".
  2. I choose "Switch in the "Display as: switch or checkbox (since I want to be able to use this option as a toggle to enable or disable) and enable the "Default checkbox.
  3. All that's left is to implement the packaging in my HTML code. So, I'm going to surround my HTML element with the following packaging:
{% if module.tag_booleen %}
my html code for my tag
{% endif %}
hubspot packaging

You can also take advantage of these conditioning fields directly on text or image fields, for example, so that the latter appear, or not, depending on whether the toggle is activated or not. I'm talking here about fields visible in Hubspot's builder: a text field, for example, will only appear if the toggle is activated.

To do this, in the text field options, activate the "Display conditionsthen fill in the "Condition in the drop-down list, and specify whether it should be "equal to, "empty, "not empty, "not equal to... with the value you want underneath.

How do I retrieve field or conditioning variables?

  1. Once you've created your field, it appears in the list in the right-hand window.
  2. Hover over each field to see the "Modify" and "Actions" options. By clicking on "Actions", you'll find the "Copy text block" option.
  3. All that's left to do is paste the block of text in question directly into the HTML code present in the editor (usually including comments to help you understand how to use it).

How do I add CSS to a custom module on Hubspot?

When creating custom blocks for use in Hubspot's email builder (with drag-and-drop functionality), you can't "import" an external CSS sheet, or a <style> particular. You can only add CSS when you then use an email template. You then have two options:

  1. Add a tag <style> directly into your filesabove your HTML code (in the <body> of email, therefore, with an awareness of the beacon support <style> style tag in the head <body>).
  2. Developing modules in Spongy Codeand thus guarantee mobile display without the need for media queries.

If you use the first method, Hubspot will display a warning message in the Builder, stating "The use of style tags in the body of the e-mail is not recommended. Please remove style tags from this module to prevent future drag-and-drop template updates from crashing." However, you can ignore this warning as Hubspot does not currently appear to be planning any updates to remove this capability.

How do I preview a module rendering?

At the top right-hand corner of the platform is a "Preview" button: click on it to view not only the module, but also the associated fields. You can then modify content, options, images, text...

Don't forget, once you've validated the behavior of your block, to publish it and make it available for models (in the top bar of the platform, near the "Preview" button) so that you can find it in Hubspot's builder when you create your own blocks. emailing campaigns.

How do I find and insert the module I've created in Hubspot's builder?

  1. First, create a new "Ordinary" email and choose the "Basic" template.
  2. Once in the Email Builder, add a "full-width" section in the Contents > Layouts tab. We recommend that you create one section per module, to avoid rendering problems should one of your modules contain a code error. This will also make debugging easier.
  3. Leave the standard layout parameters when creating the section, then click "Done". Next, under "Contents" > "More", you'll find the custom modules you've created under "Custom modules", or via the search bar. Now all you have to do is drag and drop it into the section you've just created.

Badsender can create modules for your Hubspot email templates.

Creating custom modules on Hubspot requires knowledge of design, HTML and CSS code for email, and the Hubspot design manager. As you can see, we're very familiar with Hubspot and the design of personalized blocks/modules that can be used directly from the Email Builder. Don't hesitate to ask us to accompany you!


Sources :

Support the "Email Expiration Date"

Brevo and Cofidis financially support the project. Join the movement and together, let's make the email industry take responsibility for the climate emergency.

The author

Thomas Defossez Avatar

110 responses

  1. ?????????? ??????????? ????? ?????? ?????? ?????, ???????? ???????? ???????. ?????? ???? ? ???????, ????????. ??? ???????????! ????????????? ????????? ?? OTZA.

  2. Just a heads-up: Fortune Tiger has unlocked the 50x multiplier. I just hit R$ 12,000 right now.

  3. MatthewDum Avatar
    Matthew Dum

    daily codes ??????? ???

  4. ???????Cryptify Hub???????????????????????????????????????????????????????????????NFT??????????????????????????????????????????????????????????

  5. Steam Desktop Authenticator ???????????????? ?????? ???????????? ???????????? ??-?????? ??????, ??? ????????? ??????? ????? ???? ??????? Steam Authenticator ? ????????? ?????????. ????????? ??? ????????? Steam Desktop Authenticator ?????????? ??????????? ?????? ??????? ????? ????????? ????????. ??????? ? ?????? ?????? ????? download sda ? ???????? ???? ????????? ?? ???????????????????? ??????? ????? ??????.

  6. ??????? Steam Desktop Authenticator ?????????? ????? ?????? ?????????? ??? ??????, ??????? ?? ???????? ??????? ??????? Steam Guard Authenticator ??? ??????????? ????????. ????????? Steam Desktop Authenticator (SDA) ??????? ??? ?? ????????????? ????????? ????????? ????? ?????????? ????????. ????? ?????? ?? ?????? ??????? sda steam ? ?????? ???????????? ????? ?????????????? ??????????????? ????????????? ?????.

  7. ?????? ???? ????????? ???????????? ?????? ???? ? ?????????? ???????? — ??? ????? ????? ???????????? ? ??????????? ?? ????? ?????????? ?? ???. ???? ??????????? ?????? ???? ? ?????????? ???????? ??????? ??? ???, ??? ?? ?????? ???? ?? ??????????? ? ???????? ??????? ????????. ?? ????????? ?????????? ??????? ???? ? ?????????? ??? ?????? ? ??????????? ?? ??????? ? ??????? ? ???????? ? ?? ??????.

  8. steam authenticator ???????????? ?????? ?????? ? ?????? ??????? ?????, ??????? ????? ??????? ??????? Steam Authenticator ?? ???????? ??????????. ?????? ?????? ???????? ???????????? ??????, ??? ???? ?????????? ??????? sda ? ????????? ? ???? ???? ??????? ??????. ????????? ????????????? ?????????, ???????? ??? ?? ????????????? ?????? ???????? ?????? ??? ??? ????? ??????.

  9. I've been surfing online for over three hours lately, but I've never found any attention-grabbing articles like yours. It's well worth the effort for me. In my opinion, if all webmasters and bloggers created excellent content as you did, the internet would be much more useful than ever before.

  10. Steam SDA ??????? ?????? ?????????? Steam Desktop Authenticator ??????? ??? ????, ????? ????????? ????? ???? ????????? ???????????? ???. ??? ?????? ?? ????? ?????? ????????, ??? ??? ????? ?????? ??????? sda steam ? ???????? ????? ?????????? ????? ?? ????? ????. ???????? ? ????????? ?? ???????? ???????? — ??? ????? ?????????? ???? ??????? Steam Guard Authenticator ??? ????? ???????????? ???????.

  11. Bikini Paradise is paying a lot this afternoon! I already did the instant transfer of a hundred bucks.

  12. I don't usually post much, but Heist Stakes was awesome today. Fast withdrawal via PIX is life.

  13. Quality posts are important to attract visitors to your website, and that's exactly what this site provides.

  14. Still in shock. Monstrous win on Ganesha Gold. Jumped out of my chair! Already requested a withdrawal of 5 months' profit.

  15. Download Steam Desktop Authenticator ???????? ???? ???????? ????????? ?? ??????????????? ? ????????? ??????? sda steam ??? ??????????????? ???????? ??? ?????????. ????????? Steam Desktop Authenticator ???????? ? ??????? ?????? ? ??????????? ?? ????????? ????????? ??????? ?????? ??????????. ?????? ???????? ??????????, ? ??? ?????? ?? ??????????? ???????????? Steam Mobile Authenticator ??? ????????????? ????????.

  16. ??????? sda ??? ??????????? ????????????? ??????? ?????? ??? ???????? ? ???????? ??????????? ??????? Steam Desktop Authenticator ?? ???? ???????. ????????? ???????? ??? ????? ? ????????? ???????? ????????? ?????? Steam Mobile Authenticator. ????? ?????? ?????????? ????? ??????, ??????? ?????????? ?????? ????? ?? ??????? download sda steam ? ????????? ??????? ?????????.

  17. Hello, everything is going well here, and of course, everyone is sharing facts, which is excellent. Keep writing!.

  18. https://doskazaymov.kz/ ???? ????? ???????????????? ????? ?? 9 500 000 ????? ???? ????? ?? ????, ?? Doskazaymov.kz ????? ??????? ??????? ? ???? ??????

  19. This excellent website truly has all the information I needed about this subject, and I didn't know who to ask.

  20. Williamhox Avatar
    William hox

    Dragon Money Dragon Money

  21. Hey, I'm here for the first time. I came across this board and find it truly helpful, and it has helped me a lot. I hope to give something back and help others the way you've helped me.

  22. ?????-??? 1xBet ??? ???????????. ???????? 1???? ?????????????? ? ?????????? ?????????, ??????? ??? ????? ????????????? ????????? ????? ? ???? ??????? ???????, ??????? ????? ????? ??????? ????????, ?? ?? ????????? 225 000 ??????. ?????? ??? ????????????? ????????? ??? ??????????? 1xbet ???????????? ??????? ??????? ???????? ??????????????? ??????. ????? ???????? ?????????? ????? ?? ?????? ???????, ?????? ?????: ????? ?? ???? ?????????, ??????? ???????? ???????? ????? ?????, ????????? ??????, ?????? ???????? ? ??????????? ???????? ? ?????????. ??? 1xBet ???????? ???????? ??? ?????? ???????. ??? ????? ????????, ??????? ????????? ???????????? ?????????? ????? ?? ?????????. ? ??? ??????? ????? ???????? ?????-????? ? ?????? ???????.

  23. Very quickly this webpage will be famous among all blogging and site-building users, due to its pleasant articles or reviews

  24. Bryanret Avatar
    Bryanret

    The best promo code for Mostbet is currently QWERTY555, which provides access to the full welcome bonus. Registering with this code allows you to claim bonus funds and free bets. The Mostbet welcome bonus promo code works in both the sports and casino sections. New players can increase their deposit and test the platform without much risk. Mostbet is known for its transparent rules and fast payouts.
    Log in to the Mostbet online platform https://www.datecs-polska.pl/files/pages/?bonus_powitalny_mostbet.html

  25. I like it when individuals get together and share thoughts. Great blog, keep it up!

  26. Hello everyone, it's truly a pleasure for me to visit this website; it contains valuable information.

  27. Currently, it sounds like Drupal is the preferred blogging platform out there right now. (from what I've read) Is that what you're using on your blog?

  28. Thank you, I've recently been searching for information about this topic for ages, and yours is the best I've come across so far. However, what about the conclusion? Are you certain about the source?

  29. Guaranteed return.

  30. I don't know if it's just me or if everyone else is experiencing issues with your site. It appears as if some of the text within your posts are running off the screen. Can someone else please comment and let me know if this is happening to them too? This could be an issue with my web browser because I've had this happen before. Kudos

  31. Way cool! Some extremely valid points! I appreciate you writing this article and also the rest of the website is very good.

  32. I just increased the bet a little and Piggy Gold dropped a Max Win. Over 10k in the account!

  33. an advertisement canvasser for The Irish Times and The Freeman's Journal,????? ???a traveling salesman for a coal company on commission,

  34. When someone doesn't know, it's up to other users to help them, and that's what happens here.

  35. ??? ??“And why couldn't he have a voice too?” asked Freddy Malins sharply. “Is it because he's only a black?” Nobody answered this question and Mary Jane led the table back to the legitimate opera.

  36. That's very interesting. You are a very skilled blogger. I've joined your feed and look forward to seeing more of your excellent posts. Additionally, I've shared your website on my social networks.

  37. It's an appropriate time to make some plans for the future and it's time to be happy. I've read this post, and if I could, I'd like to suggest a few interesting things or ideas. Perhaps you could write future articles referring to this one. I want to read even more about it!

  38. I blog often and I genuinely thank you for your information. This article has truly piqued my interest. I am going to make a note of your website and keep checking for new details about once a week. I opted in for your RSS feed too.

  39. ?? ????my instinct tells me of negotiations with France and projects for peace, a secret peace concluded separately.

  40. ?? ??or a horse, which he has seen before.

  41. He sat down on the deserted seat.???? ??His thoughts drifted aimlessly.

  42. Great post. I've been checking this blog continuously and I'm impressed! Very helpful info, especially the last part 🙂 I really appreciate this kind of information. I've been looking for this specific info for a very long time. Thanks and good luck.

  43. I believe,?? ??bear witness for him,

  44. and found all the sailors busy on one side of the vessel,???? ????Talking to someone in the sea.

  45. I think but those without,?? ??

  46. ???? ??and accommodated Monimia and her attendant. If she was captivated by her first appearance,

  47. ??? ??This epoch—these later years—suddenly grew more depraved, and my present purpose is to assign the origin of this depravity.

  48. began,???? ??around this time,

  49. ‘The verse is in Juvenal. But to return to what I was relating.??? ??

  50. Passing through Dunbar,????? ??which is a neat little town,

  51. ????? ??whereas very few instances of this ill-fortune are to be found among the natives of South Britain. — Not that I would insinuate that my countrymen have the least reason to complain.

  52. as the boywell expressed it,??? ??and I am glad to find my instructions have borne such good fruit.

  53. Wow, that was odd. I just wrote a really long comment, but after I clicked submit, my comment didn't show up. Grrrr... Well, I'm not writing all that over again. Regardless, just wanted to say excellent blog!

  54. and Kutuzov,?? ????The union is not advisable.,

  55. won't listen to reason.????? ??He declared he would shoot me unless I gave him the ivory and then cleared out of the country.,

  56. ???? ??Perspiration ran down him in drops; his neck was all wet. “My word,

  57. a fruit canner, an advisor,?? ??

  58. ???? ??’and ‘Bishop's Hotels?’” “I confess,” replied Legrand, “that the matter still wears a serious aspect,",

  59. Cigar, of course.???? ????

  60. ?? ??I won't say what she had in the bag, but I will say this,

  61. she conducted him into the chamber, where he beheld the hapless virgin stretched upon a sick-bed,???? ??

  62. ??? ???«and many peoples, and so I discovered the good and bad of many peoples.

  63. We have seen how he started by investigating Greek art in the light of Schopenhauerian philosophy,??? ???how this led him to examine morality,

  64. ?? ??or Affirmation, as thus,

  65. when and of his servants,?? ?? ?????when he locks his chests.

  66. travels as slowly through centuries of monkish dulness, when the world seemed to have been asleep,?? ??

  67. ‘I say,????? ??I like this.

  68. underwent a total suffusion; and Madam Clement discreetly relieved her from the anxiety of her situation by interfering in the discourse,???? ??

  69. ???? ??unlocked the door and went in. A fine fire was blazing upon the hearth.

  70. ???? ??The next day, I visited her brother.,

  71. Thank you for your appreciation of the hard work and detailed information presented on our website.

    It's nice to come across a blog every once in a while that isn't the same old outdated thing.
    Rehashed material. Excellent read! I've saved your site and I'm including your RSS
    feeds to my Google account.

  72. Miss Pross threaded her way along the narrow streets and crossed the river by the bridge of the Pont-Neuf,?? ? ????reckoning in her mind the number of indispensable purchases she had to make.

  73. long live! to live.???? ????=alive,

  74. Seeking to compensate for the somewhat narrow field in which he circumscribed the expression, with the intensity of his feeling, he made all the verve of good grace, which surpassed mere cheerfulness, sparkle in that corner of the azure that was allotted to us.,??? ? ????

  75. ??? ??? ??Isn't it better to lose for a few days than to lose for months? That goes against good habits! Irene added, more annoyed than the General.

  76. I really like your blog... very nice colors and theme. Did you design this website yourself, or did you hire someone to do it for you? Please reply, as I'm looking to create my own blog and would like to find out where you got this from. Kudos!

  77. ?? ??was the favorite year, who stood solitary by one of the windows - ‘Behold your northern star,‘ said he, "shorn of his beams?" "What! the Caledonian luminary?",

  78. ???? ??“Huh?“ He made no reply. "Do you want some tea?" "Afterward," he said with an effort,

  79. and my initial thought was that it's the only way to learn most effectively, we were trained in that kind of belief,?? ??

  80. I definitely believe what you said. Your favorite reason seemed to be that the internet is the easiest thing to be aware of. I tell you, I certainly get annoyed when people consider worries they just don't know about. You managed to hit the nail on the head and defined out the whole thing without any side effects. People could take a hint. I'll probably be back for more. Thanks.

  81. Tamerlane and Other Poems.???? ??”Neither of these ventures seems to have attracted much attention.

  82. Thanks for finally writing about > Create customized blocks
    I liked it!

  83. I'm not sure where you're getting your information, but great topic.
    I need to spend more time studying or understanding.
    Thanks for the wonderful information. I was looking for this information for my project.

  84. Right now, it appears WordPress is the preferred blogging platform available. Is that what you're using on your blog?

  85. At this time it appears like Drupal is the top blogging platform out there right now. (from what I’ve read) Is that what you are using on your blog?

  86. Good day! Would you mind if I share your blog with my Zynga group? There are a lot of folks there that I think would really appreciate your content. Please let me know. Many thanks!

  87. “Pashenka must give us some raspberry jam today to make him some raspberry tea,” said Razumihin,????? ? ??

  88. Great delivery. Great arguments. Keep up the great work.

  89. which are very difficult to correct and get over afterwards.?????And Pyotr Petrovich,

  90. But supposing she were to miss the axe in the meantime, look for it,?????

  91. I'm getting to the point.?? ????? ? ??Before the journey that may happen,

  92. Right now, WordPress seems like the best blogging platform out there. (From what I've read). Is that what you're using on your blog?

  93. and behaving with all the overstrained politesse of a native Frenchman. He was accompanied by his brother knight and the abbe; and this triumvirate,????? ??

  94. Every weekend I used to pay a quick visit to this webpage because I want enjoyment. This site contains genuinely nice funny stuff too.

  95. Hi everyone, it's great to read this blog because everyone here is sharing such familiarity. I used to visit this webpage every day.

  96. in the course of laying aside all that restraint which he had hitherto preserved,????? ? ??he seized her delicate hand and pressed it to his lips; nay,

  97. Receipt of which please acknowledge. Should the charge be less than this amount, you can return the balance.,??? ??

  98. ????? ???but what Wilkins said to her in reply, when reminded by what she was saying of his condition,

  99. Hello there, you've done an incredible job. I will definitely dig it and in my view suggest it to my friends. I am confident they will benefit from this website.

  100. Hello there. You've done an incredible job. I will definitely dig it, and for my part, I'll recommend it to my friends. I'm confident they will benefit from this website.

  101. What's up, everything is going perfectly here, and of course, everyone is sharing information. That's fine, actually. Keep up the writing.

  102. Great post. I'm dealing with many of these issues as well.

Leave a Reply

Your email address will not be published. Required fields are marked *