I am trying to setup a resource on retool that lets me send messages through the gotoConnect API. They have OAuth 2.0 authroization protocol.
I've tried using the OAuth 2.0 generic authentication method with all the correct information however it says invalid client sectret. I've made sure multiple times that I have the right one.
I think becuase the way to get an access token for gotoconnect is to provide in the header the base64 encoded version of the client id and client secret.
currently retool doesnt let me do that and I dont think I can implement it through a custom flow. Please help me. This is what i tried: