OutRival · AsyncAPI Specification

Outrival Webhooks

Version

View Spec View on GitHub CompanyEnterprise SaasConversational AIAI AgentsVoiceSMSCustomer EngagementChatbotsContact CenterWebhookAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-20'
method: searched
source: https://docs.outrival.com/v1/api-reference/webhooks.md
spec_type: Webhooks
note: >-
  OutRival documents outbound webhooks ("Server Events") but publishes no AsyncAPI document.
  This captures the webhook catalog. Delivery is a POST to a configured Webhook URL; each payload
  is signed with an x-signature HMAC-SHA256 header computed over the raw body using the Webhook
  Secret. Webhook URL + Secret are configured per organization (see POST /rest/v1/settings and
  GET /rest/v1/settings/secret).
transport: http
delivery: outbound POST to configured Webhook URL
signature:
  header: x-signature
  algorithm: HMAC-SHA256
  over: raw request body
  secret: per-organization Webhook Secret
payload_envelope:
  event: enum [status-changed, conversation-updated, function-call]
  type: enum [VOICE, TEXT, SMS]
  companionId: string
  data: object
events:
  - name: status-changed
    description: A conversation/chat changed status (queued, ringing, in-progress, forwarding, ended).
    data_fields: [messages, status, startedAt, endedAt, endedReason, phoneNumber]
  - name: conversation-updated
    description: A conversation transcript was updated with new messages.
    data_fields: [messages, phoneNumber, timestamp]
  - name: function-call
    description: The companion invoked a tool/function during the conversation.
    data_fields: [name, parameters]

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/outrival-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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