Case #0003358529
I was able to get the token using postman, but it is not working with the action..
========================================================================
When I ran the action in [ Execute] tab is showing this error in step 8.
{
"message": "The request could not be understood by the server due to malformed syntax.",
"code": "bad.request",
"status": 400,
"messageParams": {},
"contextId": "bef6e417-babd-46ec-91e0-cefb1c4ae005",
"details": [
{
"errorCode": "ACTION.REMOTE_ENDPOINT"
}
],
"errors": [
{
"message": "REST call for action execute failed. Message: Request to backend service failed. Response from web service: {\r\n "error":"invalid_request",\r\n "error_description":"Missing or duplicate parameters"\r\n} [bef6e417-babd-46ec-91e0-cefb1c4ae005]",
"code": "BAD_REQUEST",
"status": 400,
"messageParams": {},
"details": [],
"errors": []
}
]
}
In my Chrome more tool is showing the following error:{
"message": "Action with id custom_-_fd94b7c7-30ac-4ee1-bbfa-8df8fd7e81dc was not found",
"code": "not.found",
"status": 404,
"messageParams": {},
"contextId": "5b524500-bee2-427c-800c-63853ae52f7d",
"details": [
{
"errorCode": "ACTION.PROCESSING"
}
],
"errors": []
}