Hi all,
I am working on a chatbot in Voiceflow that needs to post information to make.com via webhooks and from there straight into a Google sheet. The issue I have is upon testing the API POST request in Voiceflow I get the below error. I have the scenario built in Make.com and the address copied/ pasted from the webhook and into the POST link in Voiceflow. I presume I am missing out on something small but can't get it working. Any suggestions will be welcome.
The webhook link looks like this:
Error below 👇
{
"code": 500,
"status": "Internal Server Error",
"dateTime": "2024-07-24T10:11:15.336Z",
"timestamp": 1721815875336,
"data": "Invalid URL"
}
Thank you in advance.