Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Raygun Outbound Webhooks

Outbound webhook surface that POSTs JSON events to a customer-configured HTTPS endpoint when error notifications fire (NewErrorOccurred, ErrorReoccurred for regression detection, and the 1/5/10/30/60-minute follow-up cadence) and when error-group activity occurs (StatusChanged, AssignedToUser, CommentAdded). The same event vocabulary drives the managed Slack and Microsoft Teams integrations. Requires Team plan or higher.

Raygun Outbound Webhooks is one of 15 APIs that Raygun publishes on the APIs.io network, described by an AsyncAPI event-driven specification.

Tagged areas include Observability, Crash Reporting, Webhooks, Event-Driven, and Regression Detection. The published artifact set on APIs.io includes API documentation and an AsyncAPI specification.

This event API exposes 1 operation across 1 channel, and defines 11 schemas. It is described by AsyncAPI 2.6.0, at version 1.0.

The API connects through a single server, {webhookEndpoint} (https).

1 operations 1 channels 11 schemas

Metadata

The identity and technical contract details declared by the specification.

Specification
AsyncAPI 2.6.0
API Version
1.0
Server
{webhookEndpoint} (https)
Resource Areas
1

Channels & Operations 1

Across 1 channel, the API surfaces 1 operation. Each is listed below with its action, channel, parameters, and response codes.

Channels 1
PUB
raygun/crash-reporting/webhook
Receive a Raygun Crash Reporting webhook event.
receiveRaygunWebhook body

Messages & Schemas 11

The contract defines 11 schemas that model the data carried by its messages. The most detailed are ErrorNotificationDetails (7 properties), CommentDetails (6 properties), AssignmentDetails (6 properties), StatusChangeDetails (6 properties). Each schema is shown below with its type and property counts.

ErrorNotificationEvent
message
Fired when a new error arrives, when a previously resolved or ignored error reoccurs (regression), or on the time-based follow-up cadence (1, 5, 10, 30, 60 min…
ErrorActivityEvent
message
Fired when a team member changes the status of an error group, assigns the error group to a user, or adds a comment.
ErrorNotificationPayload
object
Top-level error notification document. Sent for NewErrorOccurred, ErrorReoccurred (regression), and the five follow-up triggers.
4 properties 4 required
ErrorActivityPayload
object
Top-level error activity document. Sent for StatusChanged, AssignedToUser, and CommentAdded.
4 properties 4 required
ErrorNotificationDetails
object
Error group + latest instance context for a notification event.
7 properties
ErrorInstance
object
Per-occurrence context attached to the triggering instance.
3 properties
AffectedUser
object
3 properties
StatusChangeDetails
object
Payload for StatusChanged activity events.
6 properties
AssignmentDetails
object
Payload for AssignedToUser activity events.
6 properties
CommentDetails
object
Payload for CommentAdded activity events.
6 properties
Application
object
Application metadata block included on every event.
2 properties

Specification

The full machine-readable AsyncAPI contract behind this narrative.

Source

raygun-webhooks-asyncapi.yml Raw ↑

Other APIs Raygun publishes across the network.

Raygun Applications API
Raygun Errors API
Raygun Deployments API
Raygun Source Maps API
Raygun Sessions API
Raygun Pages API
Raygun Customers API
Raygun Metrics API
Raygun Flutter Symbols API
Raygun Teams API
Raygun Invitations API
Raygun Plans API