curl --location '
https://googleads.googleapis.com/v21/customers/customer-id/localServices:appendLeadConversation' \
--header 'developer-token: my developer-token' \
--header 'Authorization: Bearer my-token' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'login-customer-id: mcc-id' \
--data '{
"conversations": [
{
"localServicesLead": "customers/customer-id/localServicesLeads/lead-id",
"text": "I have availability today (Tuesday) at 12:30 PM, 1:00 PM, 1:30 PM, 2:00 PM, 2:30 PM, 3:30 PM, 4:00 PM, or 4:30 PM EDT. Would any of these times work for you?"
}
]
}'
{
"responses": [
{
"partialFailureError": {
"code": 13,
"message": "An internal error occurred.",
"details": [
{
"errors": [
{
"errorCode": {
"internalError": "INTERNAL_ERROR"
},
"message": "An internal error occurred."
}
]
}
]
}
}
]
}
facing issue since yesterday and also sometime empty reply given to lead as message,
kindly debug and fix the issue because we are missing live leads because of this issue.