Manually re-sync the tool list for this connection
Enqueue a tool-sync for an active connection.
Returns 202 + the current row; the frontend polls tools_status to
see when the sync lands. Refusing non-active rows here keeps the
Celery task’s same precondition visible at the API surface so the
client gets a clear 422 instead of a queued task that no-ops.
Authorizations
Path Parameters
Response
Successful Response
Stable identifier for each supported integration.
The string value must match the vendor's per-provider identifier
(for Nango: provider_config_key). Persisted on
integration_connections.integration_key and
integration_connection_tools.integration_key.
Adding a new integration: append a member here, add an
IntegrationSpec to INTEGRATIONS, register the provider in the
vendor cloud via src/integrations/bootstrap.py (Step 3).
slack, custom_mcp, notion, google_drive, calcom, twilio, email