FullStory · AsyncAPI Specification
FullStory Webhook Events
Version 1.0
FullStory delivers real-time webhook notifications when specific events occur within the platform. Supported event types include segment creation, segment threshold alerts, custom event processing, and note creation. Webhooks enable event-driven integrations that respond immediately to behavioral signals detected by FullStory, eliminating the need for polling. Payloads are signed with a shared secret for verification.
View Spec
View on GitHub
AnalyticsDigital ExperienceSession ReplayWebhooksData ExportAsyncAPIWebhooksEvents
Channels
/webhook
Receive webhook event notifications from FullStory
Channel for all FullStory webhook event deliveries. Events are sent as HTTP POST requests to the configured endpoint URL with a JSON payload containing the event name, version, and event-specific data.
Messages
SegmentCreated
Segment Created
Sent when a FullStory user creates a new segment in the platform
SegmentTrendAlert
Segment Threshold Alert
Sent when a segment-based alert triggers because the active users in a saved segment cross a configured threshold
CustomEvent
Custom Event Processed
Sent when a custom event has been processed. Custom events are created during recording via the FS.event Browser API function.
NoteCreated
Note Created
Sent when a note is created in FullStory on a session recording
Servers
https
webhookReceiver
{webhookUrl}
The HTTPS endpoint configured to receive FullStory webhook events. This URL is set when creating a webhook endpoint via the Webhooks API.