Actionable Markup
In this page you'll learn how to use query parameters in links included in the content of push messages defined as HTML markup or Webpage type. This feature will allow you to embed actions in HTML markup, creating a seamless experience for your users.
notificareCloseWindow
Use this query parameter in any of your markup links to force the notification view to pop or be dismissed.
Example:
<a href="/?notificareCloseWindow=1">Close</a>
notificareOpenAction
Use this query parameter in any of your links to trigger a specific action. In order to work properly, it is required that you assign this parameter with the same string you use in the label of your action.
Example:
<a href="/?notificareOpenAction=Go">Go</a>
notificareOpenActions
Use this query parameter in any of your markup links to trigger the action sheet to open. This is particularly useful if your markup content has multiple actionable links, and you would like to present users with a way to see all of them.
Example:
<a href="/?notificareOpenActions=1">Open Actions</a>