Semble · AsyncAPI Specification
Semble Webhooks
Version
View Spec
View on GitHub
HealthcareUnited KingdomEHRPractice ManagementGraphQLPatient RecordsSchedulinge-PrescribingInteroperabilityDigital HealthAsyncAPIEvents
AsyncAPI Specification
generated: '2026-07-24'
method: searched
source:
- https://docs.semble.io/docs/API/queries/webhooks/
- https://docs.semble.io/docs/API/
spec_type: Webhooks
description: >-
Semble delivers outbound events through webhook subscriptions managed inside
the GraphQL API. A practice registers a WebhookSubscription (a delivery URL
plus the events it wants); Semble then POSTs event payloads to that URL. There
is no published AsyncAPI document; this artifact captures the webhook surface
as documented. The concrete event enum and payload schemas live in the
GraphQL schema, which is auth-gated (introspection requires a valid x-token),
so event names are not enumerated verbatim here.
endpoint: https://open.semble.io/graphql
management:
style: GraphQL
queries:
- name: webhooks
description: List the webhook subscriptions for the current practice (optional includeDeleted).
- name: webhook
description: Fetch a single webhook subscription by id.
mutations:
- name: createWebhookSubscription
description: Register a new outbound webhook subscription (delivery URL + selected events).
- name: updateWebhookSubscription
description: Update an existing webhook subscription.
- name: deleteWebhookSubscription
description: Remove a webhook subscription.
object:
name: WebhookSubscription
description: A webhook subscription for outbound event delivery.
events:
enumerated: false
note: >-
The set of subscribable event types is defined in the GraphQL schema
(WebhookSubscription / event enum) and requires authenticated introspection
to enumerate. Documented domains that emit events include patients,
bookings/appointments, consultations, invoices/payments and tasks.
delivery:
transport: HTTPS POST to the subscriber-provided URL
signing: not documented publicly (secret/HMAC handling described in the authenticated Webhooks guide)
retries: not documented publicly
Work with this as data
Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for asyncapi
4 MCP tools reach this
find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/semble-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.