Skip to main content
Question

Automation Log File not working

  • March 25, 2024
  • 2 replies
  • 68 views

myadegaryiutac
Contributor
Forum|alt.badge.img+11

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

ctredinnick
Supporter
Forum|alt.badge.img+19
  • Supporter
  • 225 replies
  • March 25, 2024

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.


myadegaryiutac
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • 12 replies
  • March 26, 2024

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'?