Appmixer · Arazzo Workflow
Appmixer Disconnect an Invalid Account
Version 1.0.0
Check a connected account's validity and delete it when its credentials have expired.
View Spec
View on GitHub
AgenticAutomationEmbedded iPaaSIntegrationsLow-CodeWorkflowsArazzoWorkflows
Provider
Workflows
disconnect-invalid-account
Delete a connected account only when its credentials are invalid.
Fetches an account, branches on its validity flag, and disconnects it when the credentials are no longer valid.
1
getAccount
getAccount
Read the account and check whether its credentials are valid.
2
deleteAccount
deleteAccount
Disconnect the account because its credentials are no longer valid.