diff --git a/_docs/_user_guide/message_building_by_channel/email/transactional_message_api_campaign.md b/_docs/_user_guide/message_building_by_channel/email/transactional_message_api_campaign.md index 10c7eea55d3..e6a8a437789 100644 --- a/_docs/_user_guide/message_building_by_channel/email/transactional_message_api_campaign.md +++ b/_docs/_user_guide/message_building_by_channel/email/transactional_message_api_campaign.md @@ -37,7 +37,7 @@ Transactional emails differ from transactional campaigns, which can be used to t To create a new transactional email campaign, create a campaign and select **Transactional Email** as your messaging channel. -![Create Campaign dropdown with the highlighted option for transactional email.][1]{: style="float:right;max-width:30%;margin-left:15px;"} +![Create Campaign dropdown with the highlighted option for transactional email.][1]{: style="float:right;max-width:35%;margin-left:15px;"} Now, you can move on to configuring your transactional email campaign. @@ -51,7 +51,7 @@ As a result, you'll notice several settings you may be familiar with from other - The **Target Users** step has been removed. As transactional emails enroll your entire user base as eligible (including unsubscribed users), there is no need to specify filters or segments. As a result, if you have any logic to apply to who should receive this message, we recommend applying that logic before determining whether to make the API request to Braze to trigger the message to a specific user. - The **Conversions** step has been removed. Transactional emails do not support conversion event tracking at this time. -![Compose, Delivery, and Confirm workflow to create a Transactional Email campaign.][2] +![Compose, Delivery, and Confirm workflow to create a Transactional Email campaign.][2]{: style="max-width:80%;"} To configure your transactional email campaign, follow these steps: diff --git a/assets/img/transactional_campaign_compose.png b/assets/img/transactional_campaign_compose.png index 713caf5b0f7..355b09cb630 100644 Binary files a/assets/img/transactional_campaign_compose.png and b/assets/img/transactional_campaign_compose.png differ diff --git a/assets/img/transactional_email_campaign.png b/assets/img/transactional_email_campaign.png index 4ebbff5c8bb..9dcc2e3a1b8 100644 Binary files a/assets/img/transactional_email_campaign.png and b/assets/img/transactional_email_campaign.png differ