get_webhooks
Retrieve a list of webhooks associated with a specific project in Basecamp using the MCP server, enabling efficient project integration and management.
Instructions
List webhooks for a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | Project ID |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "Project ID",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}