Create a Teamline webhook
teamline_webhooks_createCreates a webhook that posts to a specified URL when a task is completed.
Instructions
Register a user-provided URL via webhooks.create. Official event is currently only tasks_completed. url is required; name is optional. This server registers the URL; the MCP stdio process does not receive Teamline POSTs. Token is read only from TEAMLINE_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL Teamline will POST to when the event fires | |
| name | No | Optional display name for the webhook | |
| event | Yes | Webhook event. Official API currently only supports tasks_completed. |