# Business Function n8n operations

Manage business functions. Select **Business Function** 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    | `create`  | Create a new business function.                   | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/businessFunction/create.operation.ts)  |
| Delete    | `delete`  | Delete a business function.                       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/businessFunction/delete.operation.ts)  |
| Get       | `get`     | Get a business function.                          | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/businessFunction/get.operation.ts)     |
| Get Many  | `getAll`  | Get many business functions.                      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/businessFunction/getAll.operation.ts)  |
| Publish   | `publish` | Publish the business function list as a document. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/businessFunction/publish.operation.ts) |
| Update    | `update`  | Update an existing business function.             | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/businessFunction/update.operation.ts)  |
