# Connector n8n operations

Manage connectors and connector accounts. Select **Connector** in the Probo node's **Resource** field.

Return to the [complete n8n resource reference](/docs/developers/api/n8n/resources) to browse another resource.

| Operation                     | Value       | Description                                                | Source                                                                                                                                    |
| ----------------------------- | ----------- | ---------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Create Organization Connector | `createOrg` | Create an organization-scoped workload-identity connector. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/connector/createOrg.operation.ts) |
| Discover Accounts             | `discover`  | Discover accounts under a connector.                       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/connector/discover.operation.ts)  |
| Enable Accounts               | `enable`    | Enable discovered connector accounts.                      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/connector/enable.operation.ts)    |
| Get                           | `get`       | Get a connector.                                           | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/connector/get.operation.ts)       |
| Get Many                      | `getAll`    | Get many connectors.                                       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/connector/getAll.operation.ts)    |
