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

Update attribute_triggers.md #7818

Merged
merged 2 commits into from
Aug 6, 2024
Merged
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 @@ -31,7 +31,7 @@ Use the `Update Subscription Status` trigger to target users when their subscrip
For example, you can target users when their email or push subscription status changes to opted in, and thank them for opting in. You can also send a webhook to your systems whenever a user unsubscribes from email so that your internal systems are up to date with the latest subscription status information.

{% alert important %}
This trigger only works if a user is updating their global subscription state from `unsubscribed` or `opted-in` to `subscribed`.
This trigger doesn't apply when a new user is created with the default email global state of `subscribed` and there is a subsequent request to update the state to `subscribed` since the subscription status has not changed.
{% endalert %}

### Update subscription group status
Expand Down