@robmarkcole Ok brilliant! So you'll be interested in send HTTP requests to the IFTTT Channel and you'll probably want a simple HTTP library so what I would suggest is urequest (https://github.com/micropython/micropython-lib/blob/master/urequests/urequests.py). You can use this to send HTTP request to IFTTT's server to trigger the 'Maker' channel :) I'll put together an example for you but it might be next week before I get a chance to!