Question
Conditional Tokens
I'm looking for a way to show a different token if the first one is empty.
We use the company name token in our internal email alerts to the sales team. What I'd like to do is replace the company name token with the inferred company name token if the lead didn't provide a company name.
In my head, it would look like this: {{company.Company Name:default= {{lead.Inferred Company:default=none}} }}, basically the inferred company token would become the default for the company name token.
That gives me an error, though. Has anyone figured out a way to do this?
We use the company name token in our internal email alerts to the sales team. What I'd like to do is replace the company name token with the inferred company name token if the lead didn't provide a company name.
In my head, it would look like this: {{company.Company Name:default= {{lead.Inferred Company:default=none}} }}, basically the inferred company token would become the default for the company name token.
That gives me an error, though. Has anyone figured out a way to do this?