Describe the bug
Hi everyone!
I'm having a problem with the node that sends messages to the lead (send_lead).
Whenever a lead sends a message, it returns the error shown in the JSON below.
Does anyone have any idea how to solve this?
Version
{
"errorMessage": "The service was not able to process your request",
"errorDescription": "Request failed with status code 500",
"errorDetails": {
"httpCode": "500",
"errorData": {
"statusCode": 500,
"exception": {
"message": "2 UNKNOWN: server returned error 400",
"details": "server returned error 400"
},
Steps
To Reproduce Steps to reproduce the behavior:
Whenever the agent receives a message, that message is processed, and at the last node in the flow, which should send the response to the lead, it throws the error described above.
Screenshots

Describe the bug
Hi everyone!
I'm having a problem with the node that sends messages to the lead (send_lead).
Whenever a lead sends a message, it returns the error shown in the JSON below.
Does anyone have any idea how to solve this?
Version
{
"errorMessage": "The service was not able to process your request",
"errorDescription": "Request failed with status code 500",
"errorDetails": {
"httpCode": "500",
"errorData": {
"statusCode": 500,
"exception": {
"message": "2 UNKNOWN: server returned error 400",
"details": "server returned error 400"
},
Steps
To Reproduce Steps to reproduce the behavior:
Whenever the agent receives a message, that message is processed, and at the last node in the flow, which should send the response to the lead, it throws the error described above.
Screenshots