Custom Object Email Templates - Looking for examples

Custom Object Email Templates - Looking for examples

I have nutted out segments and now keen to roll onto using custom objects in emails

So thinking Real Estate

I have an enquiry

  • Bed, bath, car, price and suburb/city

I have real estate listings custom object
title, listing id, price, bed/bath/car, images x3, assigned agent specs and link to somewhere relevant

Relationships
Contact → Custom Object Enquiry → Custom Object Listing

I want to then make a query to find the most recent listings that match that criteria
-/+ 10% price
-/+ 1 for bed
= suburb/city
Limit =5
Order by listing createdate (or something)
I have a SQL query that should be able to handle this

Drop these into a structured email
and send as an auto responder or part of a drip campaign with dynamic content

https://mtcextendee.com/marketplace/twig-templates-for-mautic/

I have my hardcoded MJML templates
https://tm3.tornmarketing.com.au/email/preview/110

Keen to learn what the methods will be to migrate this to something more dynamic

The other option is trying to nut out the woocommerce recommender engine

OR … some sort of custom RSS feed logic and hook up

bump bump bump

This is really interesting. I come back from vacation, and jump on this thread.

1 Like

I’ve encountered the same issue using Mautic and its “Custom Objects”. In my “Custom Objects”, I have details about the products ordered most recently, including links to their photos and the products themselves. By the end of the month, I’m aiming to generate an email comprised of a list of these products along with their images.

Has anyone faced a similar situation or can share examples of how they’ve tackled this?

Hey mate

For this I am more or less working with the TWIG email templates
Custom objects is connecting information to the contact and segments, the TWIG email templates are more for the assembly.

Logicify and related forks are my pathway, think I have another thread on there somewhere I have been integrating MJML and TWIG to be more friendly