ServiceNow Web Services Data Action Auth

I am following the document (How to use the User Defined (OAuth) credential type - Genesys Cloud Resource Center)" to create a data action, which is trying to send a request to serviceNow with oAuth. When following the GC how to, I get it set up and saved, but fails out.


It appears you've set the content type to application/json but are instead sending form data in the body.

Hey Tim. Sorry, I initially had it as Content-Type": "application/x-www-form-urlencoded". We switched because we had iniitally gotten a content-type error.

Still looking for a solution to this. Anything we can try?

Hi Jon,

Try with grant_type : password instead of client_credential

Here is my config - instance no longer active, don't worry for clear password :slight_smile:

1
2


Adrien

Thank you. Will give that a try now!!

This was winning information. Thank you for the response! Works great!

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.