Integration Services resource not found - (102001)
Request to Integration Services failed with status code ‘404’, message: The HTTP status code of the response was not expected (404).
Status: 404
Response: {“requestId”:“6970dcbbe4b0eaf74586e220”,“message”:“No polling event configuration found for thegiven object names: ‘[ "HTTP_WEBHOOK" ]’”}
What You’ve Tried: Briefly mention the steps we’ve already taken (re-publishing the process, regenerating the webhook URL, deleting and recreating the HTTP trigger)
As per error looks like the webhook trigger is missing or is not reaching the activity..can you check the same ..also removing the activity from maestro and readding can help
Cheers
you’re getting this 404 because Integration Services can’t find a polling event configuration for the HTTP webhook. The error comes up even though the process starts and the request hits the trigger. So far, we’ve already tried republishing the process, regenerating the webhook URL, and deleting and recreating the HTTP trigger, but the issue still persists. It looks like the webhook event isn’t being properly registered on the Integration Services side.
