You can use <font color> or <style> or inline CSS to do it.
Original Message:
Sent: 01-11-2024 11:12
From: Shane Jenkins
Subject: Workflow Send Notification using HTML email body with Variables
Thanks Jan! This indeed worked.
One last question that you may be able to help with. Do you know if it is possible to change the font color in an HTML formed email? I believe we should be all set if we can adjust font colors.
Thanks again,
Shane
------------------------------
Shane
Original Message:
Sent: 01-11-2024 07:26
From: Jan Heinonen
Subject: Workflow Send Notification using HTML email body with Variables
Hello Shane,
If you wanna add an Architect variable you would enter the HTML Body something like this
"<!DOCTYPE html><html><body><b>Testing variable: " + Flow.variable + "</b></br></body></html>"
------------------------------
Jan Heinonen
Contact Center Specialist
GlobalConnect AB
Original Message:
Sent: 01-10-2024 10:51
From: Shane Jenkins
Subject: Workflow Send Notification using HTML email body with Variables
Hi all,
Hopeful the experts here can assist.
We are attempting to setup a Trigger that calls a workflow when a certain conversation variable is set. We have this part functional. In the Architect workflow we want to send an HTML email using Send Notification. What we are struggling with is how to send an HTML formed email body that includes variables within. Has anyone done this?
Something like the below seems to work and allow for some HTML email formatting, but we cannot figure out if possible to add a variable to our email body?
We have attempted several different iterations using the HTML tag <var>, $variablename, variablename. Hopefully we're overlooking something simple to include a variable.
"<!DOCTYPE html> <html> <body> <b>Testing send HTML email notification from a workflow</b> </br> </body> </html>"
Thanks as always,
Shane
#ArchitectureandDesign
#Implementation
#PlatformAdministration
------------------------------
Shane
------------------------------