<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there a WAB widget that can send an alert to a group of users by email or text message? in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-wab-widget-that-can-send-an-alert-to-a/m-p/838964#M9070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since WAB is a JS clientside application it has no ability to connect with a mail server on it's own, so no.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2020 13:37:21 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2020-04-15T13:37:21Z</dc:date>
    <item>
      <title>Is there a WAB widget that can send an alert to a group of users by email or text message?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-wab-widget-that-can-send-an-alert-to-a/m-p/838963#M9069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm just wondering if there is a WAB widget that can send an alert to a group of users by email or text message? For example, if&amp;nbsp;the app is monitoring a feature and a change of this feature is observed, then the app can automatically send alerts to a group of users by email or text message. If anyone has some ideas, please let me know. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2020 00:58:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-wab-widget-that-can-send-an-alert-to-a/m-p/838963#M9069</guid>
      <dc:creator>JunxuanZhao</dc:creator>
      <dc:date>2020-04-15T00:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a WAB widget that can send an alert to a group of users by email or text message?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-wab-widget-that-can-send-an-alert-to-a/m-p/838964#M9070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since WAB is a JS clientside application it has no ability to connect with a mail server on it's own, so no.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2020 13:37:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-wab-widget-that-can-send-an-alert-to-a/m-p/838964#M9070</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-04-15T13:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a WAB widget that can send an alert to a group of users by email or text message?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-wab-widget-that-can-send-an-alert-to-a/m-p/838965#M9071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JS probably isn't the best way to achieve this. Some options that comes to mind are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Custom SOI - service object inteceptor which when detects an update/insert/delete send an email&lt;/P&gt;&lt;P&gt;Database table trigger if you are using enterprise geodatabase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2020 02:33:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-wab-widget-that-can-send-an-alert-to-a/m-p/838965#M9071</guid>
      <dc:creator>VictorTey</dc:creator>
      <dc:date>2020-04-23T02:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a WAB widget that can send an alert to a group of users by email or text message?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-wab-widget-that-can-send-an-alert-to-a/m-p/838966#M9072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/191004"&gt;Junxuan Zhao&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a python script to send an email:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-10163-send-email-when-a-feature-is-added-to-an-arcgis-online-hosted-feature-service"&gt;https://community.esri.com/docs/DOC-10163-send-email-when-a-feature-is-added-to-an-arcgis-online-hosted-feature-service&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might not be what you want though.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2020 14:00:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/is-there-a-wab-widget-that-can-send-an-alert-to-a/m-p/838966#M9072</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2020-04-23T14:00:31Z</dc:date>
    </item>
  </channel>
</rss>

