# TIA n8n operations

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