I created a timeline event where I send the token and it works great for me.
Timeline event template:
Activity user:
POSTMAN request
I've created a workflow that, after a timeline event occurs, sends an email to that user.
I'm wondering how to use this token in an email if I'm sending a universal email to most users and I don't want that information to be associated with the user. I want to pass it through a timeline event to a workflow that will pass it to an email
Workflow
Email template:
Email:
I use the Sales Hub Professional Onboarding package
Hey @TLazar email personalization tokens pull from object properties, they can't pull from timeline events at the moment.
Generally I would advise using a workflow to copy the value into a custom contact property that could then bse used as a personalization token, but you did mention that you don't want this to be the case.
One thing you could do is create a custom object to store your global values into you could then associate this custom object with any contacts you wish to use and copy the value into a custom object property. However, custom objects are only available to enterprise level accounts.
Another workaround could be to create your email via the marketing emails api and have your custom scripts populate these personalized tokens.
Tom Mahon Technical Consultant | Solutions Engineer | Community Champion Baskey Digitial
Hey @TLazar email personalization tokens pull from object properties, they can't pull from timeline events at the moment.
Generally I would advise using a workflow to copy the value into a custom contact property that could then bse used as a personalization token, but you did mention that you don't want this to be the case.
One thing you could do is create a custom object to store your global values into you could then associate this custom object with any contacts you wish to use and copy the value into a custom object property. However, custom objects are only available to enterprise level accounts.
Another workaround could be to create your email via the marketing emails api and have your custom scripts populate these personalized tokens.
Tom Mahon Technical Consultant | Solutions Engineer | Community Champion Baskey Digitial