Justas
1
Hello,
I am trying to create a message via API with Twilio. I have inserted all of the required details.
However, for some reason, it is saying that the “To” number is missing when it is clearly added.
Does anyone know how this issue can be solved?
Maybe I am reading the API documentation wrong? Because my goal is to schedule messages but I can’t even send one.
Hey Justas,
you can use the Make extension to check what exactly is being sent. For most API calls you need to have everything in the body in curly brackets { }.
And about the error itself → it needs a “To” field and you are sending a “to” field.
Justas
3
That was not the reason.
Apparently, for twillio you need to format the body as:
body=“Your body”&messagingSericeID=343874387&… etc
1 Like