<?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: Webhook Tester using Survey123 in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/webhook-tester-using-survey123/m-p/1581559#M61069</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/386769"&gt;@vijaybadugu&lt;/a&gt;&amp;nbsp;I'm not entirely sure what you are asking. However, I also recently wanted to test webhook functionality. I have found a bit of a delay in this process. My experience using&amp;nbsp;&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;Create a hosted feature service webhook&lt;/A&gt;&amp;nbsp;follows. Hope it helps.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I created a webhook on a feature service using the&amp;nbsp;&lt;SPAN&gt;FeaturesCreated action.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;For the HookURL I used,&amp;nbsp;&lt;A href="https://www.svix.com/play/" target="_self"&gt;Svix Playground&lt;/A&gt;&amp;nbsp;a free webhook testing site to create a unique playground with its own token&lt;/LI&gt;&lt;LI&gt;On creation, the playground registered an immediate get request, which I assume is Esri validating the url&lt;/LI&gt;&lt;LI&gt;I then created a series of features in my feature class&lt;/LI&gt;&lt;LI&gt;Timing for the webhook post to show up in the playground ranged from 2 to 10 minutes.&lt;/LI&gt;&lt;LI&gt;The playground response body is blank, so the webhook notificationStatus page logged a Server Response = No Content; The time for this notification to show up on the notificationStatus page ranged from 20 to 30 minutes. The timestamps on the&amp;nbsp;notificationStatus&amp;nbsp; page can be converted using:&amp;nbsp;&lt;A href="https://www.epochconverter.com/" target="_blank"&gt;Epoch Converter - Unix Timestamp Converter&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;From the playground you can evaluate the changesUrl. Following the steps in the above "Create a...webhook" link, you can follow the changesUrl to the statusUrl and download the json via the resultsUrl&lt;/LI&gt;&lt;LI&gt;One other note: in working through testing to a secure internal, and therefore inaccessible, hookUrl the notificationStatus took quite long time to show Invoked Successful? = No and Server Response =&amp;nbsp;&lt;SPAN&gt;The remote name could not be resolved: *serverURL*&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Mon, 03 Feb 2025 22:59:13 GMT</pubDate>
    <dc:creator>AdamMesser1</dc:creator>
    <dc:date>2025-02-03T22:59:13Z</dc:date>
    <item>
      <title>Webhook Tester using Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/webhook-tester-using-survey123/m-p/1581145#M61057</link>
      <description>&lt;P&gt;I was experimenting on Webhook tester post request. I made one webhook&amp;nbsp; using the test&amp;nbsp; website and configured it in webhook section, checked new survey submit and edit existing survey options with submitted data. I submitted a new record and it did not fire on the website. i did test couple of times to see the pattern of output.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest on this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 16:54:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/webhook-tester-using-survey123/m-p/1581145#M61057</guid>
      <dc:creator>vijaybadugu</dc:creator>
      <dc:date>2025-02-02T16:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook Tester using Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/webhook-tester-using-survey123/m-p/1581559#M61069</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/386769"&gt;@vijaybadugu&lt;/a&gt;&amp;nbsp;I'm not entirely sure what you are asking. However, I also recently wanted to test webhook functionality. I have found a bit of a delay in this process. My experience using&amp;nbsp;&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;Create a hosted feature service webhook&lt;/A&gt;&amp;nbsp;follows. Hope it helps.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I created a webhook on a feature service using the&amp;nbsp;&lt;SPAN&gt;FeaturesCreated action.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;For the HookURL I used,&amp;nbsp;&lt;A href="https://www.svix.com/play/" target="_self"&gt;Svix Playground&lt;/A&gt;&amp;nbsp;a free webhook testing site to create a unique playground with its own token&lt;/LI&gt;&lt;LI&gt;On creation, the playground registered an immediate get request, which I assume is Esri validating the url&lt;/LI&gt;&lt;LI&gt;I then created a series of features in my feature class&lt;/LI&gt;&lt;LI&gt;Timing for the webhook post to show up in the playground ranged from 2 to 10 minutes.&lt;/LI&gt;&lt;LI&gt;The playground response body is blank, so the webhook notificationStatus page logged a Server Response = No Content; The time for this notification to show up on the notificationStatus page ranged from 20 to 30 minutes. The timestamps on the&amp;nbsp;notificationStatus&amp;nbsp; page can be converted using:&amp;nbsp;&lt;A href="https://www.epochconverter.com/" target="_blank"&gt;Epoch Converter - Unix Timestamp Converter&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;From the playground you can evaluate the changesUrl. Following the steps in the above "Create a...webhook" link, you can follow the changesUrl to the statusUrl and download the json via the resultsUrl&lt;/LI&gt;&lt;LI&gt;One other note: in working through testing to a secure internal, and therefore inaccessible, hookUrl the notificationStatus took quite long time to show Invoked Successful? = No and Server Response =&amp;nbsp;&lt;SPAN&gt;The remote name could not be resolved: *serverURL*&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 03 Feb 2025 22:59:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/webhook-tester-using-survey123/m-p/1581559#M61069</guid>
      <dc:creator>AdamMesser1</dc:creator>
      <dc:date>2025-02-03T22:59:13Z</dc:date>
    </item>
  </channel>
</rss>

