<?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>How to send email through SAIL on load?</title><link>https://community.appian.com/discussions/f/user-interface/14578/how-to-send-email-through-sail-on-load</link><description>We have a scenario where we are calling a web service on load of SAIL rule. In case error occurs, we display an error message and in saveInto parameter of EXIT button we call our error handling process using a!startprocess. This process contains send</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to send email through SAIL on load?</title><link>https://community.appian.com/thread/65361?ContentTypeID=1</link><pubDate>Mon, 25 Mar 2019 06:36:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8f52c4fb-6687-4c98-bcf8-2f729a92f1cc</guid><dc:creator>Bibhuti Mohapatra</dc:creator><description>You can write a webapi which will have the code for a!startProcess(), a integration to call the webapi, and the same integration can be called on load() function having a dummy local variable like local!invokeWebApiStartProcee: rule!integrationName(), and this will be called on interface load. You can 1st call the service and then this call can be under a if condition checking the status of 1st service call. Hope this helps. If this helps then please do a thumbs up. &lt;br /&gt;
Cheers...&lt;br /&gt;
Bibhuti.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>