Hello
I'm trying to use the new Salesforce integration, but every time I execute a Data Action test, it returns this error:
{
"status": 400,
"code": "invalid.credentials",
"entityName": "salesforceUser",
"message": "There was an issue validating the credentials.",
"messageParams": {},
"contextId": "856e5fd9-f321-4b44-958d-a59d018964c9",
"details": [
{
"errorCode": "ACTION.AUTHENTICATION"
}
],
"errors": [
{
"status": 400,
"code": "INVALID_CREDENTIALS",
"message": "Failed validation with credentialType: salesforceUser due to error: 'Request to backend service failed. Response from web service: {"error":"invalid_grant","error_description":"authentication failure"} [null]' [856e5fd9-f321-4b44-958d-a59d018964c9]",
"messageParams": {},
"details": [],
"errors": []
}
]
}
I have checked the Integration Credentials several times.
Everything is ok. What could be the cause?
Thanks
Venkat.P