Skip to main contentThis 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.