Question

Automation Log File not working

  • 25 March 2024
  • 2 replies
  • 32 views

Badge +4

I want to integrate my Survey123 with FME.

I have added a Webhook triggered event and copied/pasted its URL into Survey123.

Then, I configured the Log File Added Action to log a message with the format set to 'Message content'.

I initiated the automation process. However, upon adding data to the survey and checking the 'view log file', it appears that nothing is being captured by FMEServer.

Is there anyone who has same issue or know how to solve it.

Thank you so much in advanceĀ 


2 replies

Userlevel 3
Badge +16

Previously when I saw something similar to this, it was because the survey123 server (agol or enterprise) was located External or DMZ, and the FME Server was Internal to the organisation (could not be reached externally), so by default the webhook messages were blocked and the FME Server never saw them.

Badge +4

Previously when I saw something similar to this, it was because the survey123 server (agol or enterprise) was located External or DMZ, and the FME Server was Internal to the organisation (could not be reached externally), so by default the webhook messages were blocked and the FME Server never saw them.

I believe I've identified the issue. The webhook generated by FME Server uses the 'http' protocol, which Survey123 doesn't accept. It needs to be 'https'. Is there any way we can modify the default setting in FME Server to generate webhooks with 'https'?

Reply