Trying to use mobile push notifications

Certified Associate Developer

Hi Appian Community,

I am trying to use https://docs.appian.com/suite/help/20.3/Send_Push_Notification_Smart_Service.html in a process model.

 I have hard coded my name to be sent to myself but it is still not working.

 here is my error 

here is my code for the push notification's

recipients: "Kevin Riley" -- pulled from the system via a search and selection

title: ="Case "&pv!case.id&" Updated to "&pv!case.status&" by "&pp!initiator

body:="Hi "&pv!case.createdBy&",Description:"&pv!case.description -- in the future according to the documentation listed above it will shorten the fields to the necessary size correct?

link ='urlforrecord(cons!SD_CASES_RT, pv!case.id)'

Any advice will be appreciated. 

thanks,

Kevin 

  Discussion posts and replies are publicly visible