Bettermode · AsyncAPI Specification

Bettermode Webhooks

Version

View Spec View on GitHub CommunityCustomer CommunityCommunity PlatformCustomer EngagementCustomer SuccessGraphQLWebhookNo-CodeSoftware-as-a-ServiceDevelopersAsyncAPIEvents

AsyncAPI Specification

bettermode-webhooks.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://developers.bettermode.com/docs/guide/webhooks/getting-started/
spec_type: Webhooks
description: >-
  Bettermode pushes event notifications to app-registered webhook endpoints as
  HTTP POST requests with a JSON body. Subscriptions are configured per app in
  the developer portal and only fire for communities the app is installed on.
  Delivery is secured by a subscription-time challenge handshake plus an
  X-Tribe-Signature HMAC header on every request. No AsyncAPI document is
  published; this captures the webhook catalog.
transport: HTTP POST (JSON body)
security:
  signature_header: X-Tribe-Signature
  challenge_verification: >-
    On subscription, Bettermode sends a POST containing a challenge token; the
    endpoint must echo the token to confirm ownership.
subscription:
  where: Developer portal — app "Webhook subscriptions"
  scope: Only triggers for communities the app is installed on.
payload:
  fields:
    networkId: Community (network) identifier
    context: Action context
    type: TEST | SUBSCRIPTION
    data:
      time: Event timestamp
      name: Event name
      noun: Object type (e.g. SPACE, POST, MEMBER, REACTION)
      verb: Action (e.g. CREATED, DELETED, UPDATED)
      actor: The member/app that triggered the event
      object: The affected object
      target: The target/parent object
      id: Unique event id
events:
  - name: space.created
    noun: SPACE
    verb: CREATED
    description: A new space was created in the community.
  - name: post.created
    noun: POST
    verb: CREATED
    description: A post was created.
  - name: post.deleted
    noun: POST
    verb: DELETED
    description: A post was deleted.
  - name: reaction.created
    noun: REACTION
    verb: CREATED
    description: A reaction was added to a post.
event_categories:
  - member
  - space membership
  - post
  - reaction
  - tag
  - collection
  - space
  - network
notes: >-
  The documented event examples are space.created, post creation/deletion, and
  post reactions; additional member, space-membership, tag, collection, and
  network events are documented in the per-category webhook reference. Event
  names are normalized here as <noun>.<verb>; the canonical payload carries the
  noun/verb pair verbatim.

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.
All 92 tools →

Call it yourself

curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/bettermode-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.