I have a customer project where they are using a 3rd party API that uses a token generated from an oauth API. I'm trying to configure the User Defined OAuth credentials in the integration for the data actions and am running into an issue.
The token api for the 3rd party is looking for the credentials to be in the request body instead of an Authorization header. So the request body would have the grant_type, clientId and clientSecret. However I can't modify the request body of the auth action that gets created once I have saved the credentials in the integration configuration.
So I'm wondering if it's even possible in Genesys Cloud to configure the user defined oauth integration to pass the credentials in the request body.
Thanks.