Why I always need to reauthorize the connection, what should I need to refresh connection automatically.

Why I always need to reauthorize the connection, what should I need to refresh connection automatically.


Hi good day, I'm having a problem with the custom connection, i'm sending webhooks (BULK READ API) from crm and process the rest in zoho flow, at first the connection is working but an hour, it give me that error (invalid token), and it need to create new connection under AUTH profile to refresh the connection.

this is the scope I needed thats why I create a custom connection,

WorkDrive.files.ALL,WorkDrive.team.ALL,ZohoCRM.bulk.ALL,ZohoCRM.modules.ALL,ZohoCRM.settings.ALL,ZohoFiles.files.READ

which dont have in the build in Zoho CRM connection.

I tried to generate and find the Access token and refresh token, but I have to passed it thru google.com as callback URI instead of the https://flow.zoho.com/oAuth/callBack.

Thank you.