New Error from Make.com Scenario
# support
r
We have been testing out our assistant via Make, it been working until this morning which is now throwing this error when making a an outbound call. any help would be appreciated. Couldn't Get Call Resources. Error: input.replace is not a function","error":"Bad Request","statusCode":400
v
message has been deleted
@Ross It sounds like there might be an issue with the data being sent to the API, particularly with the
input
parameter expected to be a string. The error message suggests that the system is trying to call the
replace
method on something that it's treating as a string, but it's actually not a string, hence the error. To resolve this, please check the data you're sending in your API request, especially the
input
parameter. Ensure that it is indeed a string. If you're passing an object or an array, you might need to convert it to a string first. If you've verified that the
input
is a string and you're still encountering this error, there may be an issue with the API or the way the request is being constructed. In that case, please provide more details or check the API documentation to ensure that the request is formatted correctly. If you need further assistance with the specifics of the API call or the error, please ask support for more info on this.
You can continue this conversation by mentioning me in the message.
@Ross Sweet. Have a great day!
@Vapi Sweet. Have a great day!
3 Views