Particle.publish help (solved)

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);

Issue was a left over /r from serial read

1 Like

Glad you were able to figure it out!