In this article, we will review the various actions you can assign to a button in your custom message using the custom message builder.
Note: The choice type ID for each button action is surfaced in the onMessageChoiceSelect
event callback which is fired after an end-user performs an action in your custom message. Click here for more information
Action | Choice Type ID | Description |
Custom Javascript | 9 |
Execute JavaScript configured in the provided space when the button is selected. |
Redirect | 5 |
Redirect end-user to a new URL configured in the provided space. This redirect will open a new window. |
Dismiss Message | 15 |
Dismiss custom message. |
Comments
0 comments