Skip to main content
Glama

Tally MCP Server

  • Apple
  • Linux

update_tally_webhook

Modify an existing webhook in Tally forms by updating the URL endpoint and event subscriptions. Requires form ID and webhook ID for targeted changes.

Instructions

Update an existing webhook

Input Schema

NameRequiredDescriptionDefault
eventsNoArray of events to subscribe to
formIdYesThe ID of the form
urlNoThe new webhook URL endpoint
webhookIdYesThe ID of the webhook to update

Input Schema (JSON Schema)

{ "properties": { "events": { "description": "Array of events to subscribe to", "items": { "type": "string" }, "type": "array" }, "formId": { "description": "The ID of the form", "type": "string" }, "url": { "description": "The new webhook URL endpoint", "type": "string" }, "webhookId": { "description": "The ID of the webhook to update", "type": "string" } }, "required": [ "formId", "webhookId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cathrynlavery/tally-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server