Select to view content in your preferred language

ArcGIS Online Feature Service Webhook deactiviting itself

591
2
02-02-2025 09:21 AM
DavidPike
MVP Notable Contributor

Hi,

I have a Hosted Feature Service Webhook configured in the REST API Admin endpoint.

change types : FeaturesCreated,FeaturesUpdated,FeaturesEdited,AttachmentsCreated

schedule info:
{
"name" : "",
"state" : "enabled",

"recurrenceInfo" : {
"frequency" : "second",
"interval" : 30
}
}

 

However it appears to be turning itself off / deactiving after a day or so. Active : False

Has anyone experienced this recently or am I missing something or any troubleshooting advice or gotchas?  Also aware of apparent previous issue and fix here:

https://community.esri.com/t5/arcgis-online-questions/webooks-deactivating-automatically/td-p/152257...

https://community.esri.com/t5/arcgis-for-power-automate-blog/8-15-24-update-and-quick-fix-for-issues...

 

Thanks

2 Replies
god12345678
New Contributor

Hello,

Did you get to the bottom of this issue? I'm having the same issue nearly a year after you originally started this post.

0 Kudos
DavidPike
MVP Notable Contributor

Ah was a while ago, but aside from these webhooks being extremely temperamental - this issue seemed to be caused by the webhook not receiving a response/receipt for the payload.  ArcGIS Online seems to be set for 3 failures then it turns the webhook off.  AGS info here seems to confirm that https://developers.arcgis.com/rest/enterprise-administration/enterprise/webhooks-settings/

I think you can see the failures in the status endpoint (or something similar) in the REST API of the service webhook (Admin)

0 Kudos