<?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>Websocket integration with open</title><link>https://community.appian.com/discussions/f/integrations/19210/websocket-integration-with-open</link><description>Hi - Is there way push messages/data from Appian server to Specific Appian UI User automatically without user intervention? if yes please provide documentation / implementation 
 Is WebSocket programming available in Appian? if yes please provide documentation</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Websocket integration with open</title><link>https://community.appian.com/thread/75266?ContentTypeID=1</link><pubDate>Wed, 08 Jul 2020 11:00:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9e541f66-83e2-49bd-af42-9ef46a5841ac</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;It&amp;#39;s a little hard to follow what you&amp;#39;re after, but a JSON message could be sent to Appian which then writes it to a database, including the UserId of the User you want to send it to. When the User Interface auto-refreshes it could pick up that entry only for the loggedInUser() - so that only they see it and no-one else will - and you could then include in your User Interface a control called&amp;nbsp; &amp;#39;Acknowledge&amp;#39; that the User clicks on that then updates that entry in the DB so that it no longer will be dsiplayed to them. This is all achievable without any low-level coding.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Websocket integration with open</title><link>https://community.appian.com/thread/75255?ContentTypeID=1</link><pubDate>Tue, 07 Jul 2020 17:04:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:588f73cd-1b57-4029-bb91-85b914351ca5</guid><dc:creator>srikrishnar</dc:creator><description>&lt;p&gt;This is for webpage. Correct me if I am wrong, thinking this is happening to&amp;nbsp;every user who&amp;nbsp;has&amp;nbsp;opened Appian User Interface.&amp;nbsp;My&amp;nbsp;Requirement is Once received&amp;nbsp; JSON message via API which is having logged-in user info too On Appian Server, That JSON message needs to be pushed to Specific User(logged-in user)&amp;nbsp;appian user interface other users&amp;nbsp;can&amp;#39;t receive that message.&lt;/p&gt;
[quote userid="3520" url="~/discussions/f/integrations/19210/websocket-integration-with-open/75246"]auto-refresh [/quote]
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I know above use case we can do that via web socket programming, but didn&amp;#39;t see much documentation on web sockets in appian.&amp;nbsp;Is Web socket programming supports in appian ? if yes please provide documentation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Websocket integration with open</title><link>https://community.appian.com/thread/75246?ContentTypeID=1</link><pubDate>Tue, 07 Jul 2020 15:34:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5e803a06-6402-4a53-8a13-54783420418e</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Hi Sri&lt;/p&gt;
&lt;p&gt;You can use Appian Tasks to push messages to Users (Users can be notified of Task assignment by email and/or push - note: Appian Cloud only! - see &lt;a href="https://docs.appian.com/suite/help/20.2/Notifications.html"&gt;https://docs.appian.com/suite/help/20.2/Notifications.html&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;If you want messages pushed to Appian User Interfaces you could use the auto-refresh capability available in SAIL:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/20.2/Local_Variables.html#configuring-refresh-behavior"&gt;https://docs.appian.com/suite/help/20.2/Local_Variables.html#configuring-refresh-behavior&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I presume the WebSocket question relates to the query about pushing notifications/data to Users?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>