IOT Cloud API

Hi there,

I just bought an MKR 1010 (WiFi) and working with IOT Cloud is great and easy to setup.

However I'd like to connect the IOT Cloud to my own php scripts or make it work with IFTTT Maker.

1 - I haven't found a way to connect to my php scripts.
2 - I've added the maker.ifttt.com URL to the web hook but it's never called.

Any clues ?
Best,
Franck

Hi fweens,

Thank you for using Arduino IoTCloud.

The link that you put is not right if you visit IFTTT Maker Webhooks you will find the documentation on how to send an event to IFTTT.

So the right URL to put in IoTCloud is this one:
https://maker.ifttt.com/trigger/{EVENT}/with/key/{YOUR_KEY}

for example, a valid URL could be
https://maker.ifttt.com/trigger/test/with/key/abc

Mattia

Hi Mattia,

Thanks a lot. I haven't found the documentation. With your link it now works.

Could you please let me know where to find the documentation for IoTCloud (maybe it can be possible to send the state of a Property) ?

Moreover now I'd like to send data from IFTTT to IoTCloud. Is it possible ?

Best,
Franck