<?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>We have used case to initiate a process upon on receiving SMS. Could you please</title><link>https://community.appian.com/discussions/f/general/7281/we-have-used-case-to-initiate-a-process-upon-on-receiving-sms-could-you-please</link><description>We have used case to initiate a process upon on receiving SMS. Could you please let us know on how to do that. OriginalPostID-202589 OriginalPostID-202589</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: We have used case to initiate a process upon on receiving SMS. Could you please</title><link>https://community.appian.com/thread/107575?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2023 09:45:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c4f2a656-7cfb-419a-bf5f-04c0debd5c0a</guid><dc:creator>johnl7718</dc:creator><description>&lt;p&gt;Yes, you can initiate a process in Appian upon receiving an SMS. Here&amp;#39;s a general idea of how you can do it:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set up an HTTP endpoint in Appian that can receive SMS messages.&lt;/li&gt;
&lt;li&gt;Integrate the external SMS application with the Appian HTTP endpoint.&lt;/li&gt;
&lt;li&gt;Parse the incoming SMS message in Appian to extract the relevant information.&lt;/li&gt;
&lt;li&gt;Use the extracted information to trigger a process in Appian, such as starting a new workflow, creating a new record, or updating an existing record.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To implement this, you may need to write custom code in Appian or use a plugin, depending on the specifics of your use case and the SMS application you&amp;#39;re using.&lt;/p&gt;
&lt;p&gt;I hope this gives you a good starting point for integrating SMS with Appian processes.&lt;/p&gt;
&lt;p&gt;Source: &lt;a href="https://smsala.com/bulk-sms-india/" rel="noopener noreferrer" target="_blank"&gt;Bulk SMS&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have used case to initiate a process upon on receiving SMS. Could you please</title><link>https://community.appian.com/thread/29831?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2016 21:30:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8ce9a355-5698-4f29-9c38-8309f4679283</guid><dc:creator>Jacob Rank</dc:creator><description>Here are 5 ways to start a process in Appian from external systems: &lt;a href="https://forum.appian.com/suite/help/16.1/playbook/Starting_Appian_Processes_Via_External_Systems.html"&gt;forum.appian.com/.../Starting_Appian_Processes_Via_External_Systems.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have used case to initiate a process upon on receiving SMS. Could you please</title><link>https://community.appian.com/thread/29585?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2016 10:57:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2ec0f085-aca6-4209-83f1-060fa6215adc</guid><dc:creator>vishnuv</dc:creator><description>No problem. Keep us posted in case of further queries.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have used case to initiate a process upon on receiving SMS. Could you please</title><link>https://community.appian.com/thread/29536?ContentTypeID=1</link><pubDate>Mon, 28 Mar 2016 05:25:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3bbeb0e6-b8ca-4419-90f0-9b06e1e95c98</guid><dc:creator>jegadeeswaran</dc:creator><description>Thank You Vishnuv and ShyamB&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have used case to initiate a process upon on receiving SMS. Could you please</title><link>https://community.appian.com/thread/29529?ContentTypeID=1</link><pubDate>Sun, 27 Mar 2016 11:35:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4614919d-3676-400d-b6a3-a5f7be494eca</guid><dc:creator>vishnuv</dc:creator><description>@jegadeeswarand, I would suggest to go through below links as well :&lt;br /&gt;https://forum.appian.com/suite/help/16.1/Sending_an_Email_Message_to_a_Process.html&lt;br /&gt;https://forum.appian.com/suite/wiki/75/Mail_Server_Setup#Routing_Email_Messages&lt;br /&gt;https://forum.appian.com/suite/help/16.1/Start_Event_-_Receive_Message.html&lt;br /&gt;https://forum.appian.com/suite/wiki/73/%22Email%22_Message_Type#Email&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have used case to initiate a process upon on receiving SMS. Could you please</title><link>https://community.appian.com/thread/29496?ContentTypeID=1</link><pubDate>Fri, 25 Mar 2016 17:39:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aed702c3-3a40-43af-a45f-28a7480e58b5</guid><dc:creator>Shyam Bommakanti</dc:creator><description>Another approach is triggering processes via email, checkout documentation: &lt;a href="https://forum.appian.com/suite/help/16.1/Sending_an_Email_Message_to_a_Process.html"&gt;forum.appian.com/.../Sending_an_Email_Message_to_a_Process.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have used case to initiate a process upon on receiving SMS. Could you please</title><link>https://community.appian.com/thread/29483?ContentTypeID=1</link><pubDate>Fri, 25 Mar 2016 04:20:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d0fb2599-2ba3-406f-a610-6517550d0a2c</guid><dc:creator>vishnuv</dc:creator><description>As other practitioner has mentioned above and to be more precise, you need to publish a model in Appian as a web service and invoke this service with a third party message which you will be using.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have used case to initiate a process upon on receiving SMS. Could you please</title><link>https://community.appian.com/thread/29472?ContentTypeID=1</link><pubDate>Thu, 24 Mar 2016 20:38:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b3ddfe1-7864-4c3f-ab98-b6b374c6203f</guid><dc:creator>jegadeeswaran</dc:creator><description>Jims, Process model should check for SOAP request every 5 mins for this case??&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have used case to initiate a process upon on receiving SMS. Could you please</title><link>https://community.appian.com/thread/29470?ContentTypeID=1</link><pubDate>Thu, 24 Mar 2016 20:24:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b3526e5-40f0-49dc-8784-a02f4631d8ff</guid><dc:creator>Jim Schweitzer</dc:creator><description>The smart services Alok linked to really only help with send out SMS. To start a process from SMS you would need some external application to act as a gateway and translate the message to a SOAP request most likely&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: We have used case to initiate a process upon on receiving SMS. Could you please</title><link>https://community.appian.com/thread/29465?ContentTypeID=1</link><pubDate>Thu, 24 Mar 2016 19:00:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:df605d2c-d569-460d-8b64-8330f12b3523</guid><dc:creator>Alok Mohare</dc:creator><description>&lt;a href="https://forum.appian.com/suite/tempo/records/type/components/search/SMS"&gt;forum.appian.com/.../SMS&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Hope this helps!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>