manage_webhooks
List or remove webhooks in the Fathom-fyi MCP server to monitor financial data triggers and manage notification endpoints.
Instructions
List all registered webhooks or remove one by ID. Use action "list" to see all webhooks with their conditions, trigger counts, and last triggered time. Use action "remove" with a webhook_id to delete a webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | "list" to see all webhooks, "remove" to delete one | |
| webhook_id | No | Webhook ID to remove (required for action "remove") |