seameet_create_webhook
Register a public HTTPS webhook endpoint to receive SeaMeet event deliveries, including recording synced and AI-ready notifications with summaries and transcripts.
Instructions
Register an outbound webhook endpoint. SeaMeet POSTs signed event deliveries to url (a PUBLIC https server the user hosts — MCP cannot receive them). Events: "recording.synced" (a recording finished syncing) and "ai.ready" (AI extraction done — one delivery with the summary, transcript, chapters, action items, key decisions inlined). Requires a WRITE-scoped key + Sync Pro; the returned secret signs deliveries (HMAC-SHA256). Full contract: https://app.seameet.ai/api/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | https:// endpoint you host (public — no localhost/internal hosts). | |
| events | No | Which events to receive. Default: both. |