Hi,
I am attempting to use the Messaging API and repeatedly find the same 500 error below:
{
"status":"500",
"code":"TECH-ERR",
"message":"Technical error : Execution of JS.ModifyMessageIdURLResponse failed with error: Javascript runtime error: \"TypeError: Cannot call method \"map\" of undefined. (modifyMessageIdURLResponse.js:57)\" : An error has occurred while processing your request, please refer to API Docs for summary on the issue"
}
We are using the API in python pretty much as presented in the python example and the getting started section. Are there any suggestions as to what is going on?