500,000 | 1 |
250,000 | 2 |
165,000 | 3 |
125,000 | 4 |
100,000 | 5 |
crm_object
, crm_objects
, or crm_associations
HubL function. Emails sent using these functions have significantly slower send times than other emails, which can produce inaccurate test results.Create a programmable email module
isEnabledForEmailV3Rendering: true
to the top of the file.crm_object
HubL function to query the data from a product with an ID of 2444498793
and render the name, description, and price:crm_objects
HubL function.p
), followed by an underscore and the lower-cased plural name of the custom object (e.g., properties
).fullyQualifiedName
by making a GET
request to the CRM Objects schema API.query
parameter, which will filter the results by the recipient’s contact properties. View the full list of filter options.hubdb_table_rows
HubL function to retrieve all data from the table. This will list all the real estate properties in the email, outputting the details of each property along with their image.query
parameter, which will filter results by the specified contact properties. View the full list of filter options.contact.budget_max
, while Persona is referenced with contact.hs_persona.value
. This is because Persona is an enumeration property, which requires an additional .value
to parse the property’s value, while other property types do not.Add the module to an email