Hi,
I created a journey that sends both email (2 different email messages) and SMS, placing them in the same flow. If the email fails, does it affect the SMS action? The SMS is set to run in parallel since I prefer not to use conditions in this case.
Thanks in advance
Solved! Go to Solution.
Views
Replies
Total Likes
It shouldn't affect the SMS action ideally. If there are any failures, you can see the corresponding event in message feedback dataset
It shouldn't affect the SMS action ideally. If there are any failures, you can see the corresponding event in message feedback dataset
Thanks @Mohan_Dugganab
I was wondering if there is a way to display actions as branches on the Journey canvas, rather than in a linear sequence. Is there a recommended method to accomplish this?
Views
Replies
Total Likes
It can be branched out based on a specific criteria (say for example, if the preferred channel is email, then email can be configured and if it sms, then sms node can be configured and so on and so forth)
In my situation, even when using the condition orchestration, the first path is always true and won't continue to the second path
As per AJO note:
If the conditions of the different paths overlap (e.g: path 1 is gender = male and path 2 is status = prospect), the path above in the canvas will always be prioritized.
Views
Replies
Total Likes
That's the expected behavior.
@SalamDa3 Responding to your last comment in the thread:
For true visual branching of actions, the only plausible option is to place them after a parallel split (not under a single condition node), i.e, “branched” setup where each branch operates independently:
Views
Likes
Replies