Pass variable in IFTTT Webhook

Hello,

I'm looking for a way to push sensor data to a Google spreadsheet. Using IFTTT, I can get the webhook to trigger and create/update a spreadsheet, but I can't figure out how to pass a variable into the webhook URL.

I can successfully trigger the webhook and create/update a spreadsheet using:
Webhooks Integrations - Connect Your Apps with IFTTT/with/key/?value1=&value2=

I need the something to be my sensor variable temp that is updating to the IoT Cloud. Do I need to do something in the code or is it just a simple syntax in the URL?

hello @jld13

We have published this tutorial not long ago.
Please have a look and let us know if it helps :slight_smile:

https://create.arduino.cc/projecthub/Arduino_Genuino/arduino-iot-cloud-google-sheets-integration-71b6bc?ref=user&ref_id=65561&offset=0

I did get the setup in the tutorial working and that is a solution I can work with, thanks. I am still wondering if there is a way to pass a variable in the IFTTT webhook address though.