Skip to main content

I have followed the instructions here. Step two doesn't function properly. I have submitted surveys to the webhook url, postman requests, but nothing has triggered the automation, the log is empty.

image

 

However, if use an http caller from a workbench, I can trigger the automation.

Do you get any error messages when testing the webhook from Postman? Can you share some screenshots from your Postman setup?


Do you get any error messages when testing the webhook from Postman? Can you share some screenshots from your Postman setup?

This is the error from Postman:

imageError from Survey123 :

image 

Automation:

image 

No results for triggers in the log.


This is the error from Postman:

imageError from Survey123 :

image 

Automation:

image 

No results for triggers in the log.

Looks like you'll have to look in the server logs:

http://docs.safe.com/fme/html/FME_Server_Documentation/ReferenceManual/About_Log_Files.htm

In particular the 500 (internal server error) is unexpected. Also make sure this error doesn't come from some server in between, e.g. a proxy sever.


This is the error from Postman:

imageError from Survey123 :

image 

Automation:

image 

No results for triggers in the log.

Proxy is a good tip: The HTTPCaller has a habit of not using the proxy server. If you want to see if it is going through your proxy server you can turn on debug logging where you can see more information.


Reply