Integration failed

I have setup a webhook in the console, but when I test the integration it fails, this is the response:

"Bummer! The test of your integration was unsuccessful.
The attempt failed with the following error message:
Timed Out
Double check that you configured your integration correctly.
You may need to re-create it if this failure persists. "

I recreated the integration with same response.

The cell connection is correct, the URL shows ID, name etc.

I am not sure how to proceed.

If question is what am I trying to do, my first step for my project is putting temp data from a TMP36 to the cloud.

thanks

Try using curl to test your webhook destination:

curl -X POST http://your.webhook.com
1 Like