> ## Documentation Index
> Fetch the complete documentation index at: https://funnelfox.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Release: June 17, 2025

> This release brings subscriptions and new public API to FunnelFox!

This release brings subscriptions and new public API to FunnelFox!

## Subscriptions

Now FunnelFox can send you subscription updates to your webhooks and analytics systems. We have added several webhook events to start with:

* `subscription.activated` — that signals that new subscription was activated
* `subscription.cancelled` — that signals that active subscription was cancelled
* `subscription.renewed` — that signals that there was a new recurring payment for a subscription

You can also find your active subscriptions using fresh public API!

Only Stripe and Paddle subscriptions are supported at this moment.

## Public API

We extended our Public API with new methods that allow you to get information about:

* funnels
* profiles
* sessions
* subscriptions

You can find more information about API in our [API Reference](https://docs.funnelfox.com/reference/funnelslist).
