Fellow · AsyncAPI Specification
Fellow Webhooks
Version 1.0
Real-time webhook events delivered by Fellow when meeting AI notes and action items change. Fellow POSTs JSON to a registered HTTPS endpoint. Deliveries are svix-signed (HMAC-SHA256 over `{svix-id}.{svix-timestamp}.{body}` with headers svix-id / svix-timestamp / svix-signature). New endpoints are proven via a challenge-response `url_verification` handshake. Failed deliveries are retried with exponential backoff (8 attempts over ~27h); endpoints failing for 5 days are auto-disabled (status `failed`).
View Spec
View on GitHub
CompanySaasMeetingsAIMeeting NotesTranscriptionProductivityAction ItemsWebhooksMCPAsyncAPIWebhooksEvents
Channels
webhook
Messages
urlVerification
URL verification challenge
Sent on webhook create/URL-update; echo the challenge string as plain text.
aiNoteGenerated
AI note generated
Fellow generated AI notes from a meeting recording.
aiNoteSharedToChannel
AI note shared to channel
An AI-generated note was shared to a channel.
actionItemAssigned
Action item assigned
An action item was assigned to the user.
actionItemCompleted
Action item completed
An action item was marked complete.
Servers
https
fellow
Your publicly reachable HTTPS webhook receiver (Fellow is the sender).