Hi I need some help and havent found anything so far
I am using a webhook to send a message to twillio
the content of my message needs to be the variable ReceivedString that is a String and do not know how to send it
Particle.publish(“twilio”, String(ReceivedString), 60, PRIVATE);