Journey tiles
This feature is available in Accelerator version 26.2.3. Contact your Customer Success Manager (CSM) for more information.
Overview​
This article describes each journey tile type and how to configure it. For the full walkthrough of building a journey from scratch, see Create a scheduled journey.
To add a tile, drag a tile type from the tile library onto the canvas.
| Tile | When to use |
|---|---|
| Send an email to users who reach this tile | |
| Push | Send a push notification to users who reach this tile |
| SMS | Send an SMS message to users who reach this tile |
| Multi-channel | Send messages across multiple channels in a single step |
| Time delay | Pause users for a set amount of time before they advance |
| Segment split | Branch users into paths based on user profile attribute rules |
| Percent split | Branch users into paths based on randomized percentage splits |
| Merge | Rejoin multiple branches into a single downstream path |
Email tile​
Click an Email tile to open its configuration panel.
Tile settings​
- In the Tile name field, enter a name for this tile (required). The tile name appears in the canvas and in the activation analytics modal path column.
- In the Category field, enter a category string to append to message events.
- In the Account field, select the sending account to send from. If the selected template has a sending profile, the account is overridden by the template's sending profile and this field becomes read-only.
- In the Content field, select an email template.

Content template​
The Content tab displays an unrendered preview of the selected template. This preview shows the template structure and layout without substituting recipient data.
Subject line override (optional)
If you want to override the template's default subject line for this tile:
- Expand the Subject line section
- Enter a custom subject line
- Use the personalization helper to inject user profile attributes into the subject line
Preheader override (optional)
Expand the Preheader section to override the template's default preheader text. The personalization helper is available here as well.

Preview & Test tab​
- Click Preview & Test
- The preview renders the template using up to 100 recipients sampled from the journey's user profile
- To send a test message:
- In the Email address field, enter the address to send the test to
- Click Send

Advanced tab​
URL Append — Enter tracking parameters to append to all links in the email.
Custom properties — Add key-value pairs to be included in message events (delivery, open, click, etc.) for this tile.

Push tile​
Click a Push tile to open its configuration panel.
Tile settings​
- In the Name field, enter a name for this push tile (required)
- In the Category field, enter a category string to append to message events.
- In the Account field, select the sending account to send from. If the selected template has a sending profile, the account is overridden by the template's sending profile and this field becomes read-only.
Push settings​
- In the Mobile app field, select the mobile app to send to
- In the Platform field, select the platforms to target. The available platforms are determined by the selected mobile app.
- In the Push reach field, select the device targeting rule:
| Option | Description |
|---|---|
| Last active device (default) | Sends to the most recently active device for each recipient |
| Last active device on each platform | Sends to the most recently active device per platform. Only available when two or more platforms are selected. |
| All devices | Sends to all devices registered for each recipient |

Content template​
- In the Template field, select a push template.

Preview & Test tab​
- Click Preview & Test
- To send a test push:
- In the Add QA device field, select a pre-configured QA device from the dropdown
- Click Send

SMS tile​
Click an SMS tile to open its configuration panel.
Tile settings​
- In the Name field, enter a name for this SMS tile
- In the Category field, enter a category string to append to message events.
- In the Account field, select the sending account to send from. If the selected template has a sending profile, the account is overridden by the template's sending profile and this field becomes read-only.

Content template​
- In the Content field, select an SMS template.
The following fields are read-only and inherited from the selected template:
- Short code
- Country codes
- Keywords

Preview & Test tab​
- Click the Preview & Test
- To send a test SMS:
- In the Mobile number field, enter the phone number to send the test to
- Click Send

Multi-channel tile​
The multi-channel tile enables sending across email, push, and SMS channels in a single journey step. Similar to a multi-channel campaign, a template's content must be configured for each selected channel to appear in content selection.
Click an Multi-channel tile to open its configuration panel.
Tile settings​
- In the Name field, enter a name for this SMS tile
- In the Category field, enter a category string to append to message events.
- In the Account field, select the sending account to send from. If the selected template has a sending profile, the account is overridden by the template's sending profile and this field becomes read-only.
Channels​
- Select the channels to send. At least 2 channels must be selected. For single-channel sends, choose an individual channel tile instead.
- Push notification
- SMS
- Optimal Channel
Once at least 2 channels are selected, Optimal Channel becomes available. Selecting it routes each recipient to the single best channel among the selected channels, based on that recipient's MLOptChan predictive model score, and displays a model pill on the tile and in the tile overview. For details, see Using predictive models in campaigns and journeys.

Content template​
- In the Content field, select a multi-channel template. The list will filter to only display templates configured for the selected channels.
Each channel's details will be displayed.
- Push
- SMS



Preview & Test tab​
Preview and test works the same as other individual channel tiles
- Click the Preview & Test
- To send a test, enter the required email address, mobile number, or select a push QA device.
- Click Send
Time delay tile​
Click a Time delay tile to open its configuration panel.
- In the Duration field, enter a number
- In the Unit field, select Minutes, Hours, or Days

Users remain in the Delay tile until the configured duration has elapsed and the next evaluation cycle runs. If an evaluation cycle is missed while users are waiting in a Delay tile, the users are exited with reason Missed Scheduled Progression.
Segment split tile​
Click a Segment split tile to open its configuration panel.
A Segment tile splits users into paths based on attribute rules. Evaluation runs top-to-bottom, left-to-right — the first branch whose rule a user matches is the branch they take. Users who do not match any rule take the Else branch, which is required and cannot be removed.
To add a split:
- Click Add split
- Enter a Split name — this name appears in the canvas and in path reporting
- Click Add rule to open the targeting rule drawer
- In the rule drawer, select an attribute from the user profile, select an operator, and enter a value

Supported operators depend on the data type of the attribute. Common operators include: is, is not, contains, does not contain, is greater than, is less than, is empty, is not empty.
If a user's profile row exists but an attribute value is null, the rule evaluates as a non-match. The user routes to the Else branch.
If a user's profile row cannot be found at segment evaluation time, the user exits the journey with reason Missing Profile Id.
Percent split tile​
Click a Percent split tile to open its configuration panel.
A Segment tile branches users into paths based on percentage randomization rules. The split values must sum to 100. Zero (0) percent is acceptable and can be used to deactivate a split branch without deleting it.
To add a split:
- Click Add split
- Enter a Split name — this name appears in the canvas and in path reporting
- Enter a whole number between 0 and 100.

Merge tile​
A Merge tile rejoins multiple branches into a single downstream path. Connect the output of multiple branches to the input of a Merge tile to consolidate them before a shared downstream tile.
