Test Template available for email body?
I like to do something like below in an email body. #conversation-method# is a selection for the user to specify how to have a consultation. Is this possible now?
{if #conversation-method# == "Zoom"}
The Zoom information is below:
Join Zoom Meeting
<zoom URL> Meeting ID: xxx xxxx xxxx
Passcode: xxxxxx
Find your local number: https://us02web.zoom.us/u/kceWgowGTO {elseif #conversation-method# == "Phone"}
#worker_name# will call you using the phone number #phone#.
{else}
#worker_name# will connect to you using Facebook Messenger.
{/if}
<zoom URL> Meeting ID: xxx xxxx xxxx
Passcode: xxxxxx
Find your local number: https://us02web.zoom.us/u/kceWgowGTO {elseif #conversation-method# == "Phone"}
#worker_name# will call you using the phone number #phone#.
{else}
#worker_name# will connect to you using Facebook Messenger.
{/if}
Please login or Register to submit your answer