Manage Connections
ExternalDestructive
COMPOSIO_MANAGE_CONNECTIONSInput Parameters
toolkitsarray<string>RequiredToolkit slugs to check or connect. Must be valid toolkit slugs; never invent. Missing connections initiate auth. Examples: ['gmail', 'github', 'slack', 'googlesheets', 'outlook'].
reinitiate_allbooleanDefault: falseForce reconnection for all listed toolkits, even if active connections already exist. Use when credentials may be stale, you need fresh credentials/settings, or you are troubleshooting connection issues. This replaces existing active connections with new auth-link flows. Default false.
session_idstringPass the session_id if you received one from a prior COMPOSIO_SEARCH_TOOLS call.
Response
dataobjectData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanWhether or not the action execution was successful or not