Update webhook
Updates one or more fields of an existing webhook.
Documentation Index
Fetch the complete documentation index at: https://newscatcherinc-docs.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication.
Path Parameters
Unique webhook identifier.
Body
All fields are optional. Only supplied fields are updated.
Updated webhook name.
"Layoffs Alert (EU)"
Updated destination URL. Must use HTTPS. Type-specific URL rules apply.
"https://hooks.slack.com/services/T000/B111/yyyy"
Webhook target type.
generic: Sends the raw result payload to any HTTPS endpoint.slack: Sends a formatted Slack Block Kit message. URL must start withhttps://hooks.slack.com/.teams: Sends a formatted Microsoft Teams Adaptive Card. URL hostname must match*webhook.office.comor*.webhook.office365.com.custom: Sends a transformed payload using the configuration informatter_config. Requiresformatter_configto be set.
When type is omitted, it is auto-detected from the URL.
generic, slack, teams, custom Delivery mode for webhook payloads.
full: Sends all records in a single request on each trigger.per_record: Sends one request per record. For large result sets, this may generate many requests.
full, per_record HTTP method used for webhook delivery.
GET, POST, PUT, PATCH, DELETE Updated HTTP headers. Replaces existing headers entirely.
{ "Authorization": "Bearer new-token" }
Updated query parameters. Replaces existing params entirely.
{}
Updated authentication configuration. Replaces existing auth entirely.
- Option 1
- Option 2
- Option 3
Updated formatter configuration.
Set to false to disable delivery without deleting the webhook.
false

