Hi ,
Anyone Explain these points in journey action and provide example for understand?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
#1 - Suppose a journey sends an API request to an external service (say to retrieve temperate based on city). If the request fails due to a network issue (e.g., timeout), AJO will automatically retry the request up to three times. However, if it still fails after three attempts, the journey will move on without allowing you to configure different retry limits based on the type of error.
If a journey makes an API call and receives a
#2 - If you have a journey where an email is sent to a user and you want to follow up if they open the email, you can use a Reaction event to trigger a different action (e.g., send a second email) based on the email open event.
If your journey involves sending a message through a third-party service that isn't natively integrated with AJO, you would need to configure a custom event to react to any responses or actions resulting from that message (e.g., tracking clicks on a custom link executed from a different system).
#3 - Ex:- If you want to send an email and a push notification at the same time, you can't do this in parallel. You would need to configure the journey to send the email first, followed by the push notification.
#4 - If a customer enters a journey, they must complete or exit the journey before they can re-enter it. This prevents cases where a customer might receive duplicate or conflicting communications from the same journey. Suppose a journey is designed to engage customers who abandon their shopping cart. If a customer abandons their cart today and enters the journey, they can't trigger the journey again tomorrow until they have exited the journey (e.g., by making a purchase or reaching the end of the journey).
Hi,
#1 - Suppose a journey sends an API request to an external service (say to retrieve temperate based on city). If the request fails due to a network issue (e.g., timeout), AJO will automatically retry the request up to three times. However, if it still fails after three attempts, the journey will move on without allowing you to configure different retry limits based on the type of error.
If a journey makes an API call and receives a
#2 - If you have a journey where an email is sent to a user and you want to follow up if they open the email, you can use a Reaction event to trigger a different action (e.g., send a second email) based on the email open event.
If your journey involves sending a message through a third-party service that isn't natively integrated with AJO, you would need to configure a custom event to react to any responses or actions resulting from that message (e.g., tracking clicks on a custom link executed from a different system).
#3 - Ex:- If you want to send an email and a push notification at the same time, you can't do this in parallel. You would need to configure the journey to send the email first, followed by the push notification.
#4 - If a customer enters a journey, they must complete or exit the journey before they can re-enter it. This prevents cases where a customer might receive duplicate or conflicting communications from the same journey. Suppose a journey is designed to engage customers who abandon their shopping cart. If a customer abandons their cart today and enters the journey, they can't trigger the journey again tomorrow until they have exited the journey (e.g., by making a purchase or reaching the end of the journey).
@dugganab 3 times retires are strict to 500 error only or What about other error codes like 504?.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies