Skip to main content
You can control which connectors are displayed in the CredentialsManager by using the apiCategories and shouldRenderConnector props. This allows you to tailor the integrations UI to your users’ specific needs and use cases.

Show Only CRM Connectors

Render only connectors with some CRM functionality:

Show Only CRM and TMS Connectors

Show Only Specific Connectors

Show Connectors Supporting Specific Entity Actions

Or, to show only connectors that support updating users in any API category:
Combine apiCategories and shouldRenderConnector for even finer control over your integration selection logic.