get_tally_webhooks
Retrieve the list of webhooks associated with a specific form using the Tally MCP Server to streamline form management and integration processes.
Instructions
Get list of webhooks for a specific form
Input Schema
Name | Required | Description | Default |
---|---|---|---|
formId | Yes | The ID of the form |
Input Schema (JSON Schema)
{
"properties": {
"formId": {
"description": "The ID of the form",
"type": "string"
}
},
"required": [
"formId"
],
"type": "object"
}