Creates a new webhook subscription. The response includes a secret that you should store securely — it is used to verify webhook signatures and is only returned once at creation time.
API token from your Timeless dashboard.
The HTTPS URL that will receive webhook events. Must be publicly accessible. Max 2048 characters.
2048"https://example.com/webhooks/timeless"
List of events to subscribe to. At least one event is required.
1meeting.transcript_ready, meeting.initial_summary_ready Whether the webhook is active. Set to false to create it in a disabled state.
The created webhook including the signing secret.
Webhook ID.
"whk_abc123"
The registered URL.
Subscribed events.
meeting.transcript_ready, meeting.initial_summary_ready Whether the webhook is active.
ISO 8601 timestamp.
ISO 8601 timestamp.
HMAC signing secret. Store this securely — it is only returned on creation.
"a1b2c3d4e5f6..."