Webhook n8n operations
Reference for 6 operations for the Probo n8n Webhook resource, including field descriptions and links to the node implementation source
Manage webhook subscriptions. Select Webhook in the Probo node’s Resource field.
Return to the complete n8n resource reference to browse another resource.
| Operation | Value | Description | Source |
|---|---|---|---|
| Create | create |
Create a new webhook subscription. | View implementation |
| Delete | delete |
Delete a webhook subscription. | View implementation |
| Get | get |
Get a webhook subscription. | View implementation |
| Get Events | getEvents |
Get delivery events for a webhook subscription. | View implementation |
| Get Many | getAll |
Get many webhook subscriptions. | View implementation |
| Update | update |
Update a webhook subscription. | View implementation |