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

Changed data param name #4560

Merged
merged 1 commit into from
Dec 16, 2022
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 @@ -1220,7 +1220,7 @@ If we detect that this inbound message is a reply to an outbound campaign or Can
"user_phone_number": (string) the phone number of the user who sent the message to your Braze number,
"subscription_group_id": (string) id of the subscription group which the phone number the user messaged belongs to,
"inbound_phone_number": (string) the phone number the message was sent to,
"inbound_media_urls": (string) the URLs of inbound media attachments if received,
"media_urls": (string) the URLs of inbound media attachments if received,
"action" : (string) the subscription action Braze took as a result of this message (either `subscribed`, `unsubscribed` or `none` based on the message body. `None` indicates this inbound message did not match any of your keywords to opt-in or opt-out a user),
"message_body" : (string) the body of the message sent by the user,
"campaign_id": (string) id of the campaign if Braze identifies this inbound message is a reply to a campaign,
Expand Down