Composio · Arazzo Workflow
Composio Refresh a Connected Account
Version 1.0.0
Detect an expired connected account and refresh its authentication, then confirm it is active again.
View Spec
View on GitHub
AI AgentsAuthenticationIntegrationsMCPOAuthSandboxToolsTriggersUnified_APIWebhooksArazzoWorkflows
Provider
Workflows
refresh-connected-account
Refresh a non-active connected account and wait for it to recover.
Reads a connected account, branches when its status is not active, calls the refresh endpoint to renew credentials, and polls the account until it reports an active status again.
1
readAccount
getConnectedAccountsByNanoid
Read the connected account to determine whether its authentication is still active or needs refreshing.
2
refreshAccount
postConnectedAccountsByNanoidRefresh
Trigger an authentication refresh for the connected account, returning a redirect URL if re-authorization is required.
3
pollRecovery
getConnectedAccountsByNanoid
Poll the connected account until its status returns to ACTIVE after the refresh has been triggered.