I created a little test app for the Internet Button a couple weeks ago which worked perfectly at the time. It publishes an event firebase-send-data to the Particle Cloud which sends a request to Firebase.
I tried to test it today and it is no longer working.
Checking on my dashboard, the events are being received from my device, but they just stop there.
What specifically do you mean by “the state”? I already checked the dashboard and the webhook is there and hasn’t changed since it last worked properly.
checked if the triggering device (if not set to any device) is actually the one you use to trigger
If above are OK but still doesn’t work, try recreating the webhook.
There are some reasons that might cause a webhook to be muted - but unfortunately that doesn’t seem to be shown in the integrations dashboard yet (I thought it was there )
I was able to push data via the webhook adding Json in the additional data field, but not by the parameters in the publish() function. Here is my webhook configuration:
Thanks for your response, yes it is correct, it is the node where i want to store new data, i made another webhook that send aditional data in JSON to the same URL and it POST it successfully.
The items in double curly brackets are variables I pass in the publish. In the above example, the string I use for "mycity" is: "\"mycity\":\"Ottawa,ON\"".