My idea is:
Maybe I’ve missed something, but I don’t recall Mautic automatically assigning contacts to a company, even if the contact uses an email address ending in the companies domain.
Most platforms these days auto allocate people to a company if the company and that person’s email address use the same domain. For example, you get the following form submissions:
In other tools, like Hubspot etc, the system would automatically link the people with @example.com emails together, if there is a company with the web URL of example.com.
I think these groups of people would benefit from this idea:
Everyone
Why I think they would benefit from this idea:
Simplification of segmentation and the need to create campaigns.
Not finished, but this is how I will implement it:
Send webhook for contact identified / updated to Tape
Extract TLD from E-Mail
Trigger automation
** lookup company with TLD (custom field of company) via API,
** doesn’t exist? create…
** link contact with found / created TLC company
There are some improved automations possible.
Is there any urgent need? Would build it right away.