All Tools/AccountWrite

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

NameTypeRequiredDescription
webhook_idstringrequiredThe ID of the webhook to update
urlstringoptionalNew HTTPS URL for the webhook
eventsstring[]optionalNew event types to subscribe to
signing_secretstringoptionalNew HMAC-SHA256 signing secret
activebooleanoptionalSet 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

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.