Skip to main content

Hello

 

Have some question on below input parameter of send user notification

  1. Notification text → can we use html format? or hyperlink?
                             → can we also put variable parameter?

     
  2. Expiry date-time (UTC) → how does the expiry date works? for example I put the expiry date for 1 week, will the message popup everyday for a week? or once the message is read it will not pop up anymore?

 

Thank you

 

Input parameters  
User ID The user to whom the notification should be sent.
Notification text The text you want to send.
Expiry date-time (UTC)

The date and time when the notification should stop popping up.

Hi Jheng,

The Notification text is the exact text that is shown to the user. I believe it is not HTML nor does it support links/href and such, but you could try it out.

The Expiry date-time is a date and time that specifies when the notification is deemed irrelevant. If the notification was not delivered before the expiry date-time, the notification is discarded. A notification can only be delivered once. Some more info here: User notifications | Thinkwise Documentation


Reply