<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Trying to use mobile push notifications</title><link>https://community.appian.com/discussions/f/general/19774/trying-to-use-mobile-push-notifications</link><description>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</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Trying to use mobile push notifications</title><link>https://community.appian.com/thread/108441?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2023 09:23:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7cf4f01a-c54d-4669-81b6-8d6523bededd</guid><dc:creator>kavitar5580</dc:creator><description>&lt;p&gt;Are you searching user name from cdt ? Make sure if you are creating new users. they will have a username in appian cloud. Afterthat you can make a rule for find username in a group which you are ctreating for them. I used the push notification smart service. I&amp;#39;m share the code with you&amp;nbsp;&lt;/p&gt;
&lt;p&gt;using interface :&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  a!buttonArrayLayout(
    buttons: {
      a!buttonWidget(
        label: &amp;quot;Send Push Notification&amp;quot;,
        saveInto: {          
          a!sendPushNotification(
            recipients: cons!KBS_USER_KAVITA,
            title: &amp;quot;New Inspection&amp;quot;,
            body: &amp;quot;Perform Inspection of your profile&amp;quot;,
            link: a!recordLink(
              recordType:&amp;#39;recordType!{41548330-eda0-4a13-b58a-ab4dd066aeab}VPA Customer&amp;#39;,
              identifier: &amp;quot;4&amp;quot;
            )
          )
        },
        style: &amp;quot;NORMAL&amp;quot;
      )
    },
    align: &amp;quot;START&amp;quot;
  )
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Process model: I applied the same values within process model&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1677230639258v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Link:&amp;nbsp; &lt;a title="Send_Push_Notification_Smart_Service" href="https://docs.appian.com/suite/help/22.4/Send_Push_Notification_Smart_Service.html#:~:text=The%20Send%20Push%20Notification%20smart,encrypted%20end%2Dto%2Dend." rel="noopener noreferrer" target="_blank"&gt;Send_Push_Notification_Smart_Service&lt;/a&gt;&lt;/p&gt;
&lt;div style="left:193px;position:absolute;top:677px;" id="gtx-trans"&gt;
&lt;div class="gtx-trans-icon"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>