# Third Party n8n operations

Manage third parties. Select **Third Party** 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 third party.                                   | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/create.operation.ts)                           |
| Create Contact                      | `createContact`                    | Create a new third party contact.                           | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/createContact.operation.ts)                    |
| Create Risk Assessment              | `createRiskAssessment`             | Create a new third party risk assessment.                   | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/createRiskAssessment.operation.ts)             |
| Create Service                      | `createService`                    | Create a new third party service.                           | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/createService.operation.ts)                    |
| Delete                              | `delete`                           | Delete a third party.                                       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/delete.operation.ts)                           |
| Delete Business Associate Agreement | `deleteBusinessAssociateAgreement` | Delete a third party business associate agreement.          | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteBusinessAssociateAgreement.operation.ts) |
| Delete Compliance Report            | `deleteComplianceReport`           | Delete a third party compliance report.                     | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteComplianceReport.operation.ts)           |
| Delete Contact                      | `deleteContact`                    | Delete a third party contact.                               | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteContact.operation.ts)                    |
| Delete Data Privacy Agreement       | `deleteDataPrivacyAgreement`       | Delete a third party data privacy agreement.                | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteDataPrivacyAgreement.operation.ts)       |
| Delete Service                      | `deleteService`                    | Delete a third party service.                               | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/deleteService.operation.ts)                    |
| Get                                 | `get`                              | Get a third party.                                          | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/get.operation.ts)                              |
| Get Business Associate Agreement    | `getBusinessAssociateAgreement`    | Get a third party business associate agreement.             | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/getBusinessAssociateAgreement.operation.ts)    |
| Get Contact                         | `getContact`                       | Get a third party contact.                                  | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/getContact.operation.ts)                       |
| Get Data Privacy Agreement          | `getDataPrivacyAgreement`          | Get a third party data privacy agreement.                   | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/getDataPrivacyAgreement.operation.ts)          |
| Get Many                            | `getAll`                           | Get many third parties.                                     | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/getAll.operation.ts)                           |
| Get Many Child Third Parties        | `listChildThirdParties`            | Get child third parties linked to a parent.                 | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/listChildThirdParties.operation.ts)            |
| Get Many Compliance Reports         | `getAllComplianceReports`          | Get many third party compliance reports.                    | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllComplianceReports.operation.ts)          |
| Get Many Contacts                   | `getAllContacts`                   | Get many third party contacts.                              | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllContacts.operation.ts)                   |
| Get Many Risk Assessments           | `getAllRiskAssessments`            | Get many third party risk assessments.                      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllRiskAssessments.operation.ts)            |
| Get Many Services                   | `getAllServices`                   | Get many third party services.                              | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/getAllServices.operation.ts)                   |
| Get Risk Assessment                 | `getRiskAssessment`                | Get a third party risk assessment.                          | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/getRiskAssessment.operation.ts)                |
| Get Service                         | `getService`                       | Get a third party service.                                  | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/getService.operation.ts)                       |
| Link Third Party                    | `linkThirdParty`                   | Link a child third party to a parent third party.           | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/linkThirdParty.operation.ts)                   |
| Publish List                        | `publish`                          | Publish the third party register as a document version.     | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/publish.operation.ts)                          |
| Unlink Third Party                  | `unlinkThirdParty`                 | Unlink a child third party from a parent third party.       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/unlinkThirdParty.operation.ts)                 |
| Update                              | `update`                           | Update an existing third party.                             | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/update.operation.ts)                           |
| Update Business Associate Agreement | `updateBusinessAssociateAgreement` | Update a third party business associate agreement validity. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/updateBusinessAssociateAgreement.operation.ts) |
| Update Contact                      | `updateContact`                    | Update an existing third party contact.                     | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/updateContact.operation.ts)                    |
| Update Data Privacy Agreement       | `updateDataPrivacyAgreement`       | Update a third party data privacy agreement validity.       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/updateDataPrivacyAgreement.operation.ts)       |
| Update Service                      | `updateService`                    | Update an existing third party service.                     | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/updateService.operation.ts)                    |
| Vet                                 | `vet`                              | Start AI-powered vetting of a third party from its website. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/thirdParty/vet.operation.ts)                              |
