# Obligation n8n operations

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