PDF CreateMate seamlessly integrates with various HubSpot objects, enhancing your document management capabilities. Our tool now supports both Standard and Custom objects, providing greater flexibility for your business needs.
Standard Objects
By default, PDF CreateMate supports the following standard objects: Contact, Company, Deal, Ticket
Custom Objects
We’ve extended our support to include custom objects in PDF CreateMate. Custom objects allow you to create specialized categories beyond the standard ones, giving you more control over how your data is organized and utilized.
Enabling Object Support
{{revenue}}€. If {{revenue}} is 100, the output will be shown as 100€.
Conditional blocks support standard comparison operators to evaluate properties in your templates. You can use: ==, !=, >, <, >=, <=.
Use conditional blocks to render content only when a condition is met. Copy the snippet below and adapt the property names to your template See example.
Example:
If the value of has_consent will be "True", it will display: "You have accept the policy consent." Otherwise, it will display: "You have not accept the policy consent."
has_consent is the property (an internal name of the property)True is the value you want to check.
{% if has_consent == 'True' %}
You have accept the policy consent.
{% else %}
You have not accept the policy consent.
{% endif %}
Example:
If the value of closedate will be not equal to "29-12-2025", it will display: "Your deal is still active and open for updates." Otherwise, it will display: "Your deal has reached its closing stage and can no longer be updated."
closedate is the property (an internal name of the property)29-12-2025 is the value you want to check.
{% if closedate != '29-12-2025' %}
Your deal is still active and open for updates.
{% else %}
Your deal has reached its closing stage and can no longer be updated.
{% endif %}
Example:
If the value of followercount will be greater than "100", it will display: "You have unlocked new perks!" Otherwise, it will display: "Gain more followers to unlock perks."
followercount is the property (an internal name of the property)100 is the value you want to check.
{% if followercount > '100' %}
You have unlocked new perks!
{% else %}
Gain more followers to unlock perks.
{% endif %}
Example:
If the value of followercount will be less than "100", it will display: "Gain more followers to unlock perks." Otherwise, it will display: "You have unlocked new perks!"
followercount is the property (an internal name of the property)100 is the value you want to check.
{% if followercount < '100' %}
Gain more followers to unlock perks.
{% else %}
You have unlocked new perks!
{% endif %}
Example:
If the value of hs_analytics_revenue will be greater than equal to "1000", it will display: "Revenue goal achieved. Enjoy the rewards!" Otherwise, it will display: "Increase revenue to reach your next goal."
hs_analytics_revenue is the property (an internal name of the property)1000 is the value you want to check.
{% if hs_analytics_revenue >= 1000 %}
Revenue goal achieved. Enjoy the rewards!
{% else %}
Increase revenue to reach your next goal.
{% endif %}
Example:
If the value of hs_analytics_revenue will be less than equal to "1000", it will display: "Increase revenue to reach your goal." Otherwise, it will display: "Revenue goal achieved. Enjoy the rewards!"
hs_analytics_revenue is the property (an internal name of the property)1000 is the value you want to check.
{% if hs_analytics_revenue <= 1000 %}
Increase revenue to reach your goal.
{% else %}
Revenue goal achieved. Enjoy the rewards!
{% endif %}
You can now configure how many decimal points to display for number type properties.
The PDF CreateMate workflow action allows you to automatically generate personalized PDFs based on data from your HubSpot records. Follow the steps below to set up and use this feature effectively:
Prerequisites:
Before getting started, ensure that:
Steps to Set Up the Workflow Action:
PDF CreateMate now lets users create signable templates, making it easy to add signatures to generated documents. This feature is especially useful for contracts, agreements, and other documents that require client signatures.
Making a Template Signable:
For further assistance or inquiries, please reach out to us through the provided channels or simply fill out our contact form.