Hmmm, my suggestion was also going to be to add a workspace afterwards.
Could there be a firewall in place that is blocking the outbound connection? The fact that its a time out suggests the call is not reaching the server. If the POST was configured incorrectly, i'd expect to see a response error from the receiving server
Hmmm, my suggestion was also going to be to add a workspace afterwards.
Could there be a firewall in place that is blocking the outbound connection? The fact that its a time out suggests the call is not reaching the server. If the POST was configured incorrectly, i'd expect to see a response error from the receiving server
I don't believe there would be a firewall preventing the call from reaching the server - I have been able to get the monday.com webhooks working through other integration services like Microsoft Power Automate which have out of the box HTTP response actions.
I'm thinking maybe the issue is due to differences between the monday.com service sending a request and directly getting back a response versus sending a request and then getting a new HTPP request. But am am not sure what the technical difference between the two could be, or if there's a way to work around this either within the FME Flow automation itself, through additional steps in a workspace, or anything else I might be able to do.
This would really just need to be something I run once, a one time verification step, in order to prove that I have ownership/control over the endpoint URL, after which I can start receiving the webhooks as normal and build out my workspace to handle the actual requests.
I have a similar challenge with creating a new subscription for webhooks for Sharepoint lists as indicated in Create a new subscription | Microsoft Learn and importantly Overview of SharePoint webhooks | Microsoft Learn Has any solution been identified from this enquiry?
Hi @ridleyj
Different platforms hanlde the challenge response in various ways. We have not worked with the SharePoint one before but my colleague was successful with the ArcGIS Online Signature test by authoring a workspace and using a python script. I’ve attached a sample workspace to help you get started. The links here are resources for securing ArcGIS Online webhooks. Python Script: Securing webooksDocumentation: Web Hooks - Security (Feature Service)—ArcGIS REST APIs | ArcGIS Developers
We recommend you try something similar with creating a workspace and using a datastreaming webhook and depending on the payload sent either trigger an automation or send a response.
Hope this helps!
Kezia
Thanks @keziaatsafe for sending those resources. I’ll review and let you know if I make any progress, or have any further questions.