How to send data into a google sheet from thinger.io through iffttt

how to send data into a google sheet from thinger.io through iffttt
Can anyone help me out

Hi @AKP,

I have never try it but, maybe it is easier integrating directly google sheet API. Just place their “single write” API and data format in the endpoint profile as explained here: https://developers.google.com/sheets/api/samples/writing

Then create a Pson in your device with the same exact json structure and call the endpoint profile as explained in out docu: https://docs.thinger.io/features/endpoints-1#create-endpoint

hope it helps

Thanks@ Jorge Trincado I will try it