Update Webhook
Update an existing webhook endpoint's configuration. You can change the URL, event subscriptions, signing secret, or active/inactive status. Use list_webhooks to find the webhook ID first.
MCP tool name: update_webhook
Use Cases
- Change the URL of an existing webhook endpoint
- Add or remove event subscriptions from a webhook
- Rotate the signing secret for security
- Temporarily disable a webhook without deleting it
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| webhook_id | string | required | The ID of the webhook to update |
| url | string | optional | New HTTPS URL for the webhook |
| events | string[] | optional | New event types to subscribe to |
| signing_secret | string | optional | New HMAC-SHA256 signing secret |
| active | boolean | optional | Set to false to pause deliveries |
Example
Prompt
Update webhook wh_abc123 to also listen for post.published events
Response
{
"id": "wh_abc123",
"url": "https://example.com/webhook",
"events": ["message.received", "invitation.accepted", "post.published"],
"active": true
}Permission Scopes
This tool is available in the following permission scopes:
full access
Related Tools
List Webhooks
List all registered webhook endpoints and their event subscriptions. Webhook management via MCP.
Create Webhook
Register a new webhook endpoint to receive real-time LinkedIn events. Event-driven automation via MCP.
Delete Webhook
Remove a registered webhook endpoint. Stop receiving LinkedIn events at a URL via MCP.
Stop paying €99/seat for tools that don’t talk to AI
Connect your first LinkedIn profile in under 5 minutes. All 77 tools from €19/mo.