Hi
We have an ArcGIS Online Feature Service with 2 webhooks. The first webhook includes only `FeaturesCreated` and the second webhook includes only `FeaturesUpdated`
We are seeing the following issue:
1. Create new feature
2. Wait two minutes
3. Update same feature (edit feature attribute(s) in web app)
ACTUAL: `FeaturesUpdated` is never received by our webhooks receiver.
EXPECT: `FeaturesUpdated` IS received by our webhooks receiver
QUESTIONS:
- The recurrenceInfo > interval is 30 seconds for each. They are two different webhooks. Does this setting impact behavior between 2 different webhooks?
- Could a 30 second interval cause an UPDATE made 2 minutes after a CREATE to not trigger?
- Could increasing or decreasing recurrenceInfo > interval for either or both of these webhooks solve this issue?
- Could combining the webhooks into a single webhook solve this issue?
- Is there a way to inspect AGOL to view when webhooks are sent/posted? I know I can use AGOL to see failed responses from our receiver. I know that I can use my receiver's log to investigate more deeply there, but what about on the send/post side of things?
- What could cause the update webhook to not fire when making an UPDATE shortly after a CREATE?
Thanks,
-Cory