Cloud thing webhook reports inactive when webhook is active
My google app script webhook works when I manually send requests but Arduino Cloud reports it inactive and does not send any data to it.
6 Replies
here is the script:
Like I said, postman can send data with this body:
But Arduino cloud says it is inactive
@Community Manager Can anyone help me?
Please read #code-of-conduct and don’t ping for help
Sure, this is solved on the forum anyways.
Hi @amogus. Was this the solution you found on Arduino Forum?:
https://forum.arduino.cc/t/webhook-becomes-inactive-after-some-time/1351165/14
Arduino Forum
Webhook becomes inactive after some time
I had an instance in the past week where (3) Things using the same webhook posting to Google Script, and then onto my local server, stopped sending data, but only for (2) of the (3) Things. Same code as I posted below in this thread: var cloudData = JSON.parse(e.postData.contents); var thingData = cloudData.values; for( var i=0; i < thingData...
Yeah