Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BD-3520 Update tips for SMS and WhatsApp Canvas properties #8221

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Messages can be triggered as users send messages inbound based on keyword catego
When evaluating if an inbound message meets a defined trigger event, the leading and trailing spaces are removed before evaluation begins.

{% alert tip %}
If an action-based Canvas is triggered by an inbound SMS message, you can reference SMS properties in the first [Message step]({{site.baseurl}}/user_guide/engagement_tools/canvas/canvas_components/message_step/) of the Canvas.
If an action-based Canvas is triggered by an inbound SMS message, you can reference SMS properties in any Canvas step until the next action path.
{% endalert %}

**Trigger by inbound keyword category**<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ If all of the messages in your campaign are similar or have the same content, co
5. Choose your [advancement behavior]({{site.baseurl}}/user_guide/engagement_tools/canvas/create_a_canvas/advancement/).
6. Choose any other messaging channels you want to pair with your message.

{% alert tip %}
If an action-based Canvas is triggered by an inbound WhatsApp message, you can reference WhatsApp properties in any Canvas step until the next action path.
{% endalert %}

{% endtab %}
{% endtabs %}

Expand Down