OAuth2 Settings for n8n

Hey everyone, I’m trying to connect to the Freshchat API and need to set up my OAuth2 credentials in n8n. I created an OAuth credential in the Settings panel of the dev portal.

Can someone please confirm that these URLs are correct?
Authorization URL: Freshworks
Access Token URL: Freshworks

I’m using Grant Type: Authorization Code
I’m including my Client ID and Client Secret, but no dice. I’m getting a 404 page.

Any recommendations?

Here’s the full path: Freshworks

You need to send with a custom header with the to get the token.

Authorization Basic BASE64_ENCODED_VALUE_OF_YOUR_CLIENT_ID:YOUR_CLIENT_SECRET

That is your login to your .myfreshworks.com account.
https://developers.freshworks.com/docs/tutorials/intermediate/request-method/setup-oauth/

My settings are

https://xxxxxxxxx.myfreshworks.com/org/oauth/v2/authorize 

and

https://xxxxxxxx.myfreshworks.com/org/oauth/v2/token

and

https://oauth.freshdev.io/auth/callback