Developers
Hook Zellify into your own code. Zellify does not ship a REST API or SDK today. What you get is a well-documented webhook for lead capture, a clear metadata contract on every checkout, and a recipe book for the common jobs: grant app access after a payment, pair a funnel session with a user in your system, route free-funnel users into your product.
Skip ahead with Claude Code#
Use the Zellify MCP: If you use Claude Code, the Zellify MCP reads your funnel schema, picks the right recipe for your stack, and writes the webhook handler in one session. Two install commands and a
/integrationcheck is the fastest path through everything below.Read these first#
Webhooks#
Recipes#
What Zellify does not do#
No API. No SDK. No entitlement management. Zellify exposes webhooks and a metadata contract on every checkout. It does not expose a REST API, ship client SDKs, or manage entitlements in your app. Granting access after a payment is your responsibility, and the guides above cover the patterns that work.