Parabol · AsyncAPI Specification
Parabol GraphQL Subscriptions
Version 1.0.0
Real-time event streams exposed by the Parabol GraphQL API via the Subscription root type, delivered over the graphql-ws WebSocket protocol. Requires a scoped Personal Access Token.
View Spec
View on GitHub
CompanyDeveloper ToolsAgileRetrospectivesMeetingsCollaborationGraphQLTeam ProductivityOpen SourceAsyncAPIWebhooksEvents
Channels
meetingSubscription
All events within a specific meeting (reflections, votes, stage changes, etc.).
notificationSubscription
Notifications delivered to the authenticated viewer.
organizationSubscription
Organization-level change events for the viewer's organizations.
taskSubscription
Task create/update/delete events for the viewer.
teamSubscription
Team-level change events for the viewer's teams.
Messages
MeetingSubscriptionPayload
Meeting subscription payload
Union of meeting-related mutation payloads emitted during a meeting.
NotificationSubscriptionPayload
Notification subscription payload
OrganizationSubscriptionPayload
Organization subscription payload
TaskSubscriptionPayload
Task subscription payload
TeamSubscriptionPayload
Team subscription payload
Servers
wss
production
Parabol production GraphQL WebSocket endpoint.