Learn to create workflows that automate contact journeys. Set triggers, define co...
Read moreCreating Personalized Email Workflows Using Custom Event Data
SendX
Updated on Dec 06, 2024
In this video, we will explore how to personalize emails by utilizing custom event data within a workflow. Follow these steps to create a workflow and incorporate custom event data:
Begin by setting up a trigger for your workflow.
Select the trigger option "Custom Event Added". This ensures that whenever a custom event is added to a contact, the workflow will be activated.
In the trigger filter, choose from custom event properties.
For example, if the order status is fulfilled, you want the contact to enter the workflow.
Save the trigger settings.
Add an email step to the workflow.
Name the email "Order Fulfilled" and set the subject to "Hope you are satisfied with your order".
Select a sender and edit the email content.
Choose a template for the order email by searching for "order" and confirming your selection.
The template will include a thank you message for the order, which can be adjusted as needed.
To personalize the email with custom event data, use the functions get value with event
followed by the custom event name and property name.
For instance, if your custom event name is "order" and the property is "order ID", use: get value, event, order, and order ID
.
If the order or order ID is not present, use the get value with fallback
function to provide a fallback value.
By using these functions, you can access custom event data as personalization variables in your workflow emails.
That's it for this video. Thank you for watching.