# Webhook n8n operations

Manage webhook subscriptions. Select **Webhook** 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 webhook subscription.              | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/webhook/create.operation.ts)    |
| Delete     | `delete`    | Delete a webhook subscription.                  | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/webhook/delete.operation.ts)    |
| Get        | `get`       | Get a webhook subscription.                     | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/webhook/get.operation.ts)       |
| Get Events | `getEvents` | Get delivery events for a webhook subscription. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/webhook/getEvents.operation.ts) |
| Get Many   | `getAll`    | Get many webhook subscriptions.                 | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/webhook/getAll.operation.ts)    |
| Update     | `update`    | Update a webhook subscription.                  | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/webhook/update.operation.ts)    |
