<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Adding custom images to quotes based on property in Sales Hub Tools</title>
    <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Adding-custom-images-to-quotes-based-on-property/m-p/987166#M10529</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I'm trying to add images to a quote based on properties in a deal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, the situation is that we need to add 3-5 images to a quote which are specific for that quote/deal. These images are construction drawings of the specific situation for which the quote is created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We tried to add this by using a rich text property. That worked before. However, now I can't save it. I also tried the "file" property, but that results in a non-public link. So, I'm looking for a way to solve this. If anyone can give me a direction that would be great!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 07:08:15 GMT</pubDate>
    <dc:creator>priemers</dc:creator>
    <dc:date>2024-06-05T07:08:15Z</dc:date>
    <item>
      <title>Adding custom images to quotes based on property</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Adding-custom-images-to-quotes-based-on-property/m-p/987166#M10529</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm trying to add images to a quote based on properties in a deal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, the situation is that we need to add 3-5 images to a quote which are specific for that quote/deal. These images are construction drawings of the specific situation for which the quote is created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We tried to add this by using a rich text property. That worked before. However, now I can't save it. I also tried the "file" property, but that results in a non-public link. So, I'm looking for a way to solve this. If anyone can give me a direction that would be great!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 07:08:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Adding-custom-images-to-quotes-based-on-property/m-p/987166#M10529</guid>
      <dc:creator>priemers</dc:creator>
      <dc:date>2024-06-05T07:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom images to quotes based on property</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Adding-custom-images-to-quotes-based-on-property/m-p/987757#M10534</link>
      <description>&lt;P&gt;Hey &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/113750"&gt;@priemers&lt;/a&gt;&lt;/SPAN&gt;, thank you for posting in our Community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To add specific images to quotes in HubSpot, you can use the File Manager to upload your images and get their public URLs. Embed these URLs in a rich text property within your deal using HTML tags like &amp;lt;img src="URL" alt="Description"&amp;gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, you can create custom properties to store the image URLs and use them in your quotes. You can also automate this process with tools like Zapier to upload images and update deal properties. Ensure that all image URLs are public and optimized for fast loading.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To our top experts &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/76319"&gt;@DanielSanchez&lt;/a&gt;&lt;/SPAN&gt; and &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt; do you have any recommendations for &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/113750"&gt;@priemers&lt;/a&gt;&lt;/SPAN&gt; matter?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Pam&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 22:11:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Adding-custom-images-to-quotes-based-on-property/m-p/987757#M10534</guid>
      <dc:creator>PamCotton</dc:creator>
      <dc:date>2024-06-05T22:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom images to quotes based on property</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Adding-custom-images-to-quotes-based-on-property/m-p/987894#M10535</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/113750"&gt;@priemers&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can do this by adding a socalled if-statement to your quote-template like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% if contact.property == "PROPERTY_VALUE_1"%}
     {% set image_path = "PATH_TO_IMAGE_FOR_PROPERTY_1" %}
{% elif contact.property == "PROPERTY_VALUE_2"%}
     {% set image_path = "PATH_TO_IMAGE_FOR_PROPERTY_2" %}
{% elif contact.property == "PROPERTY_VALUE_3"%}
     {% set image_path = "PATH_TO_IMAGE_FOR_PROPERTY_3" %}
{% elif contact.property == "PROPERTY_VALUE_4"%}
     {% set image_path = "PATH_TO_IMAGE_FOR_PROPERTY_4" %}
{% elif contact.property == "PROPERTY_VALUE_5"%}
     {% set image_path = "PATH_TO_IMAGE_FOR_PROPERTY_5" %}
{% else %} {# fallback if no property value is applied #}
     {% set image_path = "PATH_TO_FALLBACK_IMAGE" %} {# if you don't want to show an image - delete this line #}
{% endif %}

...

{% unless image_path == "" %} {# wrapping the image in an unless-statement like this will check if there's an image_path value and if there's none(fallback), it won't print/show the image-tag #}
&amp;lt;img src="{{ image_path }}"&amp;gt; {# put this where you'd like the image to appear #}
{% endunless %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here's an example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% if contact.firstname == "priemers"%}
     {% set image_path = "https://company.com/images/priemers-chart.png" %}
{% elif contact.firstname == "Pam"%}
     {% set image_path = "https://company.com/images/pam-chart.png" %}
{% elif contact.firstname == "Anton"%}
     {% set image_path = "https://company.com/images/anton-chart.png" %}
{% else %}
{% endif %}

...

{% unless image_path == "" %} 
    &amp;lt;img src="{{ image_path }}"&amp;gt;
{% endunless %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option would be to create something like an image_path property in your CRM(simple text field) and set the value of it by a workflow like "If X applies - change the value of the contact.image_path_property to image_path(url to image)" and then drop the property in your quote template like&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% unless contact.image_path_property == "" %}
    &amp;lt;img src="{{ contact.image_path_property }}"&amp;gt;
{% endunless %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope that helps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 05:33:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Adding-custom-images-to-quotes-based-on-property/m-p/987894#M10535</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2024-06-06T05:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom images to quotes based on property</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Adding-custom-images-to-quotes-based-on-property/m-p/988751#M10542</link>
      <description>&lt;P&gt;This would work if the images were similar in each situation. We need to upload al the images seperately and change the image-url in the quote accordingly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking into uploading in a folder and then somehow fetch the url automatically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 12:59:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Adding-custom-images-to-quotes-based-on-property/m-p/988751#M10542</guid>
      <dc:creator>priemers</dc:creator>
      <dc:date>2024-06-07T12:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom images to quotes based on property</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Adding-custom-images-to-quotes-based-on-property/m-p/998496#M10608</link>
      <description>&lt;P&gt;Hi Anton,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks. That would be an option if the images would be known and available now. However, they are created specifically for every quote. So, any automation would require scanning a folder or something like that.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For now, I've added extra properties as you suggested. But that's not very userfriendly. Suddenly, account managers need to learn how to retrieve image urls + they are publicly available.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for thinking with me!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 20:35:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Adding-custom-images-to-quotes-based-on-property/m-p/998496#M10608</guid>
      <dc:creator>priemers</dc:creator>
      <dc:date>2024-06-27T20:35:48Z</dc:date>
    </item>
  </channel>
</rss>

