Hello!
As many people know, Oracle NetSuite is a HUGE company and many businesses use it as their CRM. We use it here where I work, and I am trying to integrate the 2, maybe get some type of screen pop, bring up the customer's info, or create a new customer if they are not found. For the life of me, I have not seen anyone do this or attempt to do this, and it just blows my mind. I am currently trying to do this on my own before contacting Genesys' Developers to save some money for the company. I am just not having the best of luck. I am trying to use APIs from both NetSuite and Genesys. I have created integrations and Access tokens in NS(NetSuite) and Genesys. I am currently working on data actions in Genesys, but of course, I am getting errors. This is the error I get from one of the POST-type data actions on the "Execute" step.
"message": "The request could not be understood by the server due to malformed syntax.",
"code": "bad.request",
"status": 400,
"messageParams": {},
"contextId": "9913e9e0-faeb-4fc0-8316-60b559dc5f62",
"details": [
{
"errorCode": "ACTION.REMOTE_ENDPOINT"
}
],
"errors": [
{
"message": "REST call for action execute failed. Message: Request to backend service failed. Response from web service: {"error":"invalid_request"}\n [9913e9e0-faeb-4fc0-8316-60b559dc5f62]",
"code": "BAD_REQUEST",
"status": 400,
"messageParams": {},
"details": [],
"errors": []
}
]
}
Any suggestions or if anyone knows and easier and quicker way, minus contacting Genesys, for now, anyway, plus I REALLY want to learn this stuff myself as well, would be greatly appreciated!