<?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: S123: How to manage S123 webhook through API for python in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/s123-how-to-manage-s123-webhook-through-api-for/m-p/1234777#M46219</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/625247"&gt;@lannguyentl&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are two types of webhook triggers, Survey123 and feature service both being different in how they are configured.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer to these links regarding configuring feature service triggered webhooks:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/how-to-create-a-hosted-feature-service-webhook/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/how-to-create-a-hosted-feature-service-webhook/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/rest/services-reference/online/web-hooks-feature-service-.htm" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/online/web-hooks-feature-service-.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer to these links regarding configuring Survey123 triggered webhooks:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/survey123/browser/create-surveys/webhooks.htm" target="_blank"&gt;https://doc.arcgis.com/en/survey123/browser/create-surveys/webhooks.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/getting-started-with-survey123-and-integromat/ba-p/895638" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/getting-started-with-survey123-and-integromat/ba-p/895638&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/automating-workflows-with-survey123-and-microsoft/ba-p/896149" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/automating-workflows-with-survey123-and-microsoft/ba-p/896149&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are configuring your webhook through the Survey123 website or using the Survey123 connector in Integromat/Make you are using a Survey123 triggered webhook.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the ArcGIS API for Python the methods you are referencing are for a feature service triggered webhook and not a Survey123 triggered webhook. At this time there is no support for configuring Survey123 triggered webhooks through the ArcGIS API for Python. If it were to exist it would be located in the &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.apps.survey123.html" target="_self"&gt;arcgis.apps.survey123 module.&lt;/A&gt;&amp;nbsp;Please feel free to reach out to &lt;A href="https://support.esri.com/en/contact-tech-support" target="_self"&gt;Esri Technical Support&lt;/A&gt; to log an enhancement to support this functionality in the future.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Nov 2022 00:04:49 GMT</pubDate>
    <dc:creator>ZacharySutherby</dc:creator>
    <dc:date>2022-11-24T00:04:49Z</dc:date>
    <item>
      <title>S123: How to manage S123 webhook through API for python</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/s123-how-to-manage-s123-webhook-through-api-for/m-p/1234751#M46218</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;We have Survey123.arcgis.com connect to manage our forms published to enterprise portal.&lt;/P&gt;&lt;P&gt;We normally add webhook to our forms through&amp;nbsp;Survey123.arcgis.com\Setting or Integromate does it for us.&lt;/P&gt;&lt;P&gt;However, we do not fully understand how the webhook works. If the webhook was created against the S123 form or against the hosted feature service behind the form?&lt;/P&gt;&lt;P&gt;We have tried against the feature service&lt;/P&gt;&lt;P&gt;wh = arcgis.features.managers.WebHook("&lt;A href="https://aaa.bbb.com/hosting/rest/services/Hosted/Culvert_TL_WFL1/FeatureServer" target="_blank"&gt;https://aaa.bbb.com/hosting/rest/services/Hosted/Culvert_TL_WFL1/FeatureServer&lt;/A&gt;",gis)&lt;/P&gt;&lt;P&gt;wh.properties&lt;/P&gt;&lt;P&gt;wh.edit()&lt;/P&gt;&lt;P&gt;and what returns is just the description of the service, nothing related to webhook.&lt;/P&gt;&lt;P&gt;We would like to see and manage the webhook through arcgis api for python.&lt;/P&gt;&lt;P&gt;If anyone knows what should we use?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lan&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 22:04:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/s123-how-to-manage-s123-webhook-through-api-for/m-p/1234751#M46218</guid>
      <dc:creator>lannguyentl</dc:creator>
      <dc:date>2022-11-23T22:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: S123: How to manage S123 webhook through API for python</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/s123-how-to-manage-s123-webhook-through-api-for/m-p/1234777#M46219</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/625247"&gt;@lannguyentl&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are two types of webhook triggers, Survey123 and feature service both being different in how they are configured.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer to these links regarding configuring feature service triggered webhooks:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/how-to-create-a-hosted-feature-service-webhook/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/how-to-create-a-hosted-feature-service-webhook/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/rest/services-reference/online/web-hooks-feature-service-.htm" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/online/web-hooks-feature-service-.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer to these links regarding configuring Survey123 triggered webhooks:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/survey123/browser/create-surveys/webhooks.htm" target="_blank"&gt;https://doc.arcgis.com/en/survey123/browser/create-surveys/webhooks.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/getting-started-with-survey123-and-integromat/ba-p/895638" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/getting-started-with-survey123-and-integromat/ba-p/895638&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/automating-workflows-with-survey123-and-microsoft/ba-p/896149" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/automating-workflows-with-survey123-and-microsoft/ba-p/896149&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are configuring your webhook through the Survey123 website or using the Survey123 connector in Integromat/Make you are using a Survey123 triggered webhook.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the ArcGIS API for Python the methods you are referencing are for a feature service triggered webhook and not a Survey123 triggered webhook. At this time there is no support for configuring Survey123 triggered webhooks through the ArcGIS API for Python. If it were to exist it would be located in the &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.apps.survey123.html" target="_self"&gt;arcgis.apps.survey123 module.&lt;/A&gt;&amp;nbsp;Please feel free to reach out to &lt;A href="https://support.esri.com/en/contact-tech-support" target="_self"&gt;Esri Technical Support&lt;/A&gt; to log an enhancement to support this functionality in the future.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 00:04:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/s123-how-to-manage-s123-webhook-through-api-for/m-p/1234777#M46219</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2022-11-24T00:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: S123: How to manage S123 webhook through API for python</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/s123-how-to-manage-s123-webhook-through-api-for/m-p/1235222#M46231</link>
      <description>&lt;P&gt;Thank Zach!&lt;/P&gt;&lt;P&gt;What a coincidence, I'm reading/browsing your work in Github &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply and I will check them all.&lt;/P&gt;&lt;P&gt;I definitely will follow you in API for py and Javascript!&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Lan&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2022 23:22:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/s123-how-to-manage-s123-webhook-through-api-for/m-p/1235222#M46231</guid>
      <dc:creator>lannguyentl</dc:creator>
      <dc:date>2022-11-27T23:22:59Z</dc:date>
    </item>
  </channel>
</rss>

