<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
Formatting an Email Body in Workflows
Workflows
Okta Classic Engine
Okta Identity Engine
Overview
This article discusses the best practices regarding formatting an email body in Workflows.
Applies To
  • Okta Workflows
Solution

Send Email actions in Okta Workflows can accept text-based or HTML-based bodies. For either of these, use the Compose card to generate the email body.

If sending a simple, short message, the best option will most likely be text-based. The body cannot be customized with anything more than simple text, but it can work fine for many use cases.

If special formatting is needed (bolding, italics, font sizes, tables, etc), the best option will be HTML-based. When creating an HTML-based body, a Compose card will be needed, if not also Concatenate cards. This will allow typing out the HTML as well as drag and drop in the pieces of the email that will be dynamically generated based on information from the workflow.

Best practices for formatting emails

  • Create the HTML template for the email outside Workflows first, then copy and paste sections into Workflows as needed.

  • Save a copy of the HTML before editing.

  • The final step is to ensure the Send Email card always has the correct option selected (Text vs. HTML). Otherwise, the desired effect will not be achieved.

Recommended content

Loading
Formatting an Email Body in Workflows