I have my Argon & Twilio setup to allow me to text one number when I press a button.
I would like to send the text to multiple phones when a button is pushed. Do I need to set up a webhook for each number? Or is there a service other than Twilio?
The button is for when someone in the room needs assistance and I want to alert several people to get help there as fast as possible.
I believe that the Twilio programmable message API only allows a single recipient per REST API call. You could get around this by setting up multiple webhooks that trigger off a single event trigger.
You could also use a different service. I've used EZTexting in the past. It's more geared toward mass-texting, but because of that it's ideal for sending to multiple recipients configured within the service.
I have tried adding a second webhook under Particle.io Integrations, basically coping the first one. It does not send out the SMS to the second cell phone.
Can I change the Event name to something different, or since I'm using Twilio, does it have to stay twilio_sms?
The second webhook does not go through. Under the LOGS section it has a red X on it, next to the date/time. I do not see the section called "Event". It is not there on the webhook that is texting or the one that is not.
Does the webhook pass on the Event name to Twilio or just the other parameters? Does Twilio need the Event name to be twilio_sms?