Hello Make users!
I couldn’t manage to get this API call to work in any way; it gives me an error saying it can’t find the call’s path. I had to insert the account ID in the URL as per the guide, but nothing worked.
I tried adding different headers and changing the content of the body, but apparently, the error is all in the URL.
Thanks in advance for the help!
Welcome to the Make community!
You inserted an Absolute (full) URL into the URL field.
If you read the description below it, it says:
Enter a path relative … for example …
So you simply need to omit the first part that will be added for you.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!
3 Likes
Thank you very much, I should give more attention next time eh eh.
Now seems there is an error in my JSON request in the body because Twilio servers now reply with this error: “A ‘To’ phone number is required. (21604, The destination 'To' phone number is required to send an SMS | Twilio)”
The problem is that the key/value “To” is present and seems correct, even E164 formatting (plus sign, then the country code and then the mobile number.
The Italian mobile numbers always start with a three digit code that is part of the number itself and always start with the number 3 for all the Italian operator (es. Vodafone)
Example: +39 3xx xxx xxxx
{
“To”: “+391112223333”,
“MessagingServiceSid”: “MGb47c9592c01e2ae0b1bed10a5234697x”,
“From”: “GLAZE”,
“Body”: “Un cliente ha appena richiesto un appuntamento Il giorno x alle ore x!”
}
Thanks a lot again for the help!
No problem, glad I could help!
I suggest you start a new thread, because the question has changed.
1. If anyone has a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.
2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.
This marks the topic as solved, so that:
- others can save time when catching up with the latest activity here, and
- allows others to quickly jump to the solution if they come across the same problem
To do this, simply click the checkbox at the bottom of the post that answers your question:
3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!