Hi Community,
I try to set up a google calendar API integration in a DEMO Tenant (Webex CC Trial) via a custom node in Webex connect but have problems with the OAUTH2.0 authentication. No user affected! I will build up the integration for an admin training. I'm able to receive the access token (Which has a default validity of 1 hour) but not the refresh token, which is included in the JSON response body along with the access token. The JSON response body looks like this when tested with the Oauth Google playground at https://developers.google.com/oauthplayground/
{ "access_token": "<ACCESS TOKEN>",Webex contact, Webex Contact Center APIs
"refresh_token_expires_in": 604799,
"expires_in": 3599,
"token_type": "Bearer",
"scope": "https://www.googleapis.com/auth/calendar",
"refresh_token": "<REFRESH TOKEN>" }
My custom node configuration:

Any idea what's wrong?
regards Uli
UM