npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@slates-integrations/fullstory

v0.2.0-rc.6

Published

Manage user profiles, capture custom events, and retrieve session replay data for digital experience analytics. Create and update users, send server-side events, look up session replay URLs, export behavioral data, retrieve segment information, add sessio

Readme

Fullstory

Manage user profiles, capture custom events, and retrieve session replay data for digital experience analytics. Create and update users, send server-side events, look up session replay URLs, export behavioral data, retrieve segment information, add session annotations, audit privacy and recording settings, and manage webhook endpoints for real-time event delivery.

Tools

Create Annotation

Add an annotation to FullStory. Annotations appear on metric visualizations and are useful for marking deployments, incidents, A/B test starts, or other notable events. Commonly used in CI/CD pipelines.

Create Event

Send a custom server-side event to FullStory. Events enrich session data with business context such as backend transactions, loyalty status changes, or support tickets. Events are associated with a user and become searchable in FullStory.

Create or Update User

Create a new user or update an existing user in FullStory. This is an upsert operation: if a user with the given uid already exists, their profile will be updated; otherwise a new user is created. Attach custom properties to enrich user profiles for segmentation and analysis.

Delete User

Delete a user from FullStory by their uid. This is an asynchronous operation that returns an operation ID for tracking the deletion status.

Export Segment

Start an export of segment data from FullStory. Exports can include individual user data or event data in CSV, JSON, or NDJSON format. Returns an operation ID that can be used to track the export progress.

Generate Session Context

Generate a structured, AI-friendly context summary for a FullStory session, including selected session metadata and transformed event details.

Get Operation Status

Check the status of an asynchronous FullStory operation such as user deletion or segment export. If the operation is a completed export, also retrieves the download URL for the results.

Get Organization Quotas

Retrieve FullStory organization quota usage for the current billing cycle, including session quota and server event quota.

Get Segment

Retrieve details of a specific FullStory segment by its ID. Returns the segment name, creator, creation date, and URL.

Get Session Events

Retrieve the raw captured events for a FullStory session. This is useful for inspecting the exact timeline behind a replay or downstream activation workflow.

Get User

Retrieve a user's profile from FullStory by their FullStory user ID. Returns the full user profile including custom properties and the link to view them in FullStory.

List Segments

List saved user segments in FullStory. Segments are saved groups of users defined by user and event filters. Optionally filter by the segment creator's email.

List Sessions

Retrieve a list of recorded sessions for a user. Lookup by uid or email address. Returns session replay URLs that can be embedded in support tools or other applications.

List Users

Search and list users in FullStory. Filter by uid, email, display name, or identification status. Results are paginated.

List Webhook Endpoints

List all configured webhook endpoints in FullStory. Shows each endpoint's URL, subscribed event types, and enabled status.

Manage Webhook Endpoint

Create, update, or delete a webhook endpoint in FullStory. Webhook endpoints receive notifications for system events such as notes, segments, custom events, and metric alerts. To create: provide url and eventTypes. To update: provide endpointId along with any fields to change. To delete: provide endpointId and set deleteEndpoint to true.

License

This integration is licensed under the FSL-1.1.