Loved the recent announcement of webhook support, and couldn’t wait to go try out an integration. Integrating with an external API is incredibly simple; I’ve documented the process in the following post:
Ack thanks! That will teach me to cut and paste from my code rather than something I pre-formatted. Since I was sending an MMS I didn’t like the SMS function name… blargh. Fixed!
Thanks for sharing this walkthrough, @hoxworth! I might tinker with trying to replicate this process with Sheetsu (https://sheetsu.com/) this coming weekend. I want a slightly more passive method of checking the status of a sensor for a project I’m working on, so a Google Spreadsheet makes the most sense for my project. If I’m successful (however unlikely) I’ll share back the changes I make to your code!
Hello! Following up to swapn’s comment, I would also like to know if there is a working link that someone is aware of for hoxworth’s tutorial? I’m really interested in learning how to integrate twilio’s API with a photon.
I am attempting to get sending an SMS working with an Electron via Twilio.
The Dec '15 example in this thread works fine. But I want to use a variable as the “To” field for sending the SMS. The above example uses a fixed value for the ‘To’ field. I have tried many combinations,and can’t get a variable to work. I always get a 400 error back from Twilio.