Genesys Python SDK: Auto-refresh token in Zapier Custom Action

  • Environment: Python 3.10, genesys-cloud-python-sdk 10.0.0
  • Platform: Zapier Custom App (CLI)
  • Auth: OAuth2 (Client Credentials)

Is it possible to configure the genesys_cloud_python_sdk to automatically handle token refresh without manual refresh_token calls? I am seeing 401 Unauthorized errors in my Zapier polling trigger because the SDK client does not seem to update the bearer token when it expires, forcing me to manually re-instantiate the client every 55 minutes.