# Subscriby Documentation > Machine-readable index of the Subscriby documentation site. > Base URL: https://docs.subscriby.net ## api - [Ability Catalog](https://docs.subscriby.net/api/abilities) — Every ability string a Subscriby token can carry, what enforces it, and how to pick the right ones when minting. - [Authentication](https://docs.subscriby.net/api/authentication) — Sanctum personal access tokens, ability scopes, and tenant resolution for the Subscriby REST API and MCP server. - [Error Codes](https://docs.subscriby.net/api/errors) — Complete catalog of Subscriby API error codes, HTTP statuses, and remediation hints. - [Idempotency](https://docs.subscriby.net/api/idempotency) — How Subscriby guarantees that retrying a write request never double-creates, double-mutates, or double-charges. - [REST API References](https://docs.subscriby.net/api) — The public Subscriby REST API, served at api.subscriby.net. Designed for agentic clients, Zapier / n8n integrations, and first-party tooling. - [OpenAPI Specification](https://docs.subscriby.net/api/openapi) — Where to find the machine-readable OpenAPI spec and how to consume it. - [Pagination](https://docs.subscriby.net/api/pagination) — How Subscriby list endpoints return data and how to iterate over large result sets. - [REST API Quickstart](https://docs.subscriby.net/api/quickstart) — Mint a token, call your first endpoint, receive your first webhook — all in under five minutes. - [Rate Limiting](https://docs.subscriby.net/api/rate-limiting) — Named rate-limit buckets applied to the REST API, the MCP server, and the webhook surface. - [Access Codes API](https://docs.subscriby.net/api/reference/access-codes) — Bulk-generate, list, and revoke access codes. Redemption-time metered-billing hint on every response. - [Activity API](https://docs.subscriby.net/api/reference/activity) — Read the activity log for any subject — project, subscription, member, plan, or access code. - [Analytics API](https://docs.subscriby.net/api/reference/analytics) — Dashboard metrics, earnings, subscriber analytics, transaction breakdowns, plan performance, and keyset-paginated transaction listings over /v1/analytics. - [Billing API](https://docs.subscriby.net/api/reference/billing) — Manage the creator's own Subscriby tier. Webhook-observable today; REST deferred. - [Bot API](https://docs.subscriby.net/api/reference/bot) — Read the Telegram bot connection status for a project. - [Broadcasts](https://docs.subscriby.net/api/reference/broadcasts) — Send a Telegram message to a segment of a project's members, and size an audience before you do. - [Coupons API](https://docs.subscriby.net/api/reference/coupons) — Create, list, update, delete and switch coupon codes. Derived remaining-redemption count on every response, because an abandoned checkout gives its slot back. - [Distribution API](https://docs.subscriby.net/api/reference/distribution) — Compute the sharable bot deep-link and subscriber portal URL for a project. - [Groups API](https://docs.subscriby.net/api/reference/groups) — Create, read, update and delete the permission groups a team shares between several collaborators. - [Members API](https://docs.subscriby.net/api/reference/members) — Project subscriber CRUD + ban / unban / kick actions. - [Payment Methods API](https://docs.subscriby.net/api/reference/payment-methods) — Read the payment providers configured on a project. Write surface remains dashboard-only. - [Plans API](https://docs.subscriby.net/api/reference/plans) — Plan CRUD as a kind-discriminated union — subscriptions, time-limited passes and pass series — nested under /v1/projects/{project}/plans. - [Platform (Telegram) Admin API](https://docs.subscriby.net/api/reference/platform-telegram-admin) — Cross-project Telegram admin actions. Bot-only today, REST deferred. - [Projects API](https://docs.subscriby.net/api/reference/projects) — CRUD plus archive/restore operations on Subscriby projects under /v1/projects. - [Resources API](https://docs.subscriby.net/api/reference/resources) — Read plus create-manual / unlink / delete actions. Telegram channel, group, and supergroup linking remains bot-only. - [Roles API](https://docs.subscriby.net/api/reference/roles) — Create, read, update and delete the permission roles a team assigns to its collaborators. - [Subscriptions API](https://docs.subscriby.net/api/reference/subscriptions) — Read, cancel, suspend access and reactivate subscriptions via /api/v1/subscriptions. - [Support Conversations API](https://docs.subscriby.net/api/reference/support-conversations) — Read and reply to member support conversations — the inbox behind your project bot. - [Team Members API](https://docs.subscriby.net/api/reference/team-members) — Invite, inspect, re-role and remove the collaborators inside a team. - [Teams API](https://docs.subscriby.net/api/reference/teams) — Read, create, rename and delete the teams your token can see. - [Tokens API](https://docs.subscriby.net/api/reference/tokens) — Mint, list, inspect and revoke your own personal access tokens over REST. - [Webhook Endpoints API](https://docs.subscriby.net/api/reference/webhook-endpoints) — Register, list, and delete outbound webhook endpoints plus rotate-secret and test-fire RPC actions. - [Webhook Events API](https://docs.subscriby.net/api/reference/webhook-events) — Poll recent webhook deliveries by event type. Backs Zapier's performList (REST Hook polling fallback). - [Tenancy & Scopes](https://docs.subscriby.net/api/tenancy-and-scopes) — How Subscriby isolates every API read and write to a single team, and how scope entries on a token narrow it further. - [Versioning & Deprecation](https://docs.subscriby.net/api/versioning-and-deprecation) — How Subscriby versions the REST API and announces breaking changes. ## guide - [If You Can't Sign In](https://docs.subscriby.net/guide/account/account-recovery) — Options for recovering access to your creator account — password reset, 2FA recovery codes, Telegram fallback, and support escalation. - [Appearance](https://docs.subscriby.net/guide/account/appearance) — Switch between light mode, dark mode, or a setting that follows your device's system preference. - [Deleting Your Account](https://docs.subscriby.net/guide/account/delete-account) — Permanently close your Subscriby creator account — understand what gets removed, what stays, and the safer alternatives. - [Overview](https://docs.subscriby.net/guide/account) — Everything you can configure on your Subscriby account — sign-in methods, two-factor authentication, passkeys, recovery options, notifications, and more. - [Language & Region](https://docs.subscriby.net/guide/account/language-region) — Pick the language Subscriby displays in, and set your timezone so dashboards, schedules, and billing dates match where you actually are. - [Email & Notifications](https://docs.subscriby.net/guide/account/notifications) — Control which emails Subscriby sends you — communications, marketing, promotional, advertising, and weekly performance digests. - [Passkeys](https://docs.subscriby.net/guide/account/passkeys) — Set up FIDO2-certified passkeys to sign in to Subscriby with a fingerprint, Face ID, or hardware key — no password required. - [Profile](https://docs.subscriby.net/guide/account/profile) — Update your display name, email address, and country from the Profile Settings page. - [Browser Sessions](https://docs.subscriby.net/guide/account/sessions) — See every device signed in to your Subscriby account and sign out the ones you don't recognise. - [Signing In](https://docs.subscriby.net/guide/account/sign-in) — Every way to sign in to your Subscriby creator account — email and password, a passkey, or Continue with Telegram. - [Creating an Account](https://docs.subscriby.net/guide/account/sign-up) — Register for Subscriby as a creator through Telegram and set up your login credentials. - [Signing in with Telegram](https://docs.subscriby.net/guide/account/social-login) — How the Telegram OAuth sign-in works for your creator account, and why it's always available alongside your password. - [Two-Factor Authentication](https://docs.subscriby.net/guide/account/two-factor-auth) — Add a second verification step to your Subscriby sign-in using Google Authenticator or any TOTP-compatible app. - [Coupons Addon](https://docs.subscriby.net/guide/addons/coupons) — Unlock coupon codes on Free or Starter for $5 / mo or $50 / yr — prices, worked examples, which payment methods can discount, and exactly what happens when you add, remove or change plan. - [Overview](https://docs.subscriby.net/guide/addons) — Buy a single feature on top of your plan — how addons are billed, when you are charged, and what happens when you add, remove, upgrade or change billing cycle. - [Passes Addon](https://docs.subscriby.net/guide/addons/passes) — Unlock Time-Limited Passes on Free or Starter for $19 / mo or $190 / yr — prices, worked examples, and exactly what happens when you add, remove or change plan. - [Connect Your Telegram Bot](https://docs.subscriby.net/guide/creators/bot) — Create a bot via @BotFather, paste its token into Subscriby, and activate the connection that powers everything. - [Broadcasts](https://docs.subscriby.net/guide/creators/broadcasts) — Send one message to a chosen segment of your members through your Telegram bot — including the holders of a single time-limited pass window. - [Generate Access Codes](https://docs.subscriby.net/guide/creators/codes) — Create redeemable access codes for free memberships, offline sales, giveaways, team access, or influencer campaigns. - [Coupon Codes](https://docs.subscriby.net/guide/creators/coupon-codes) — Issue one code any number of subscribers can redeem for money off — percentage or fixed, capped, plan-restricted and scheduled, with a Promotion Impact card that measures what it earned. - [Dashboard & Analytics](https://docs.subscriby.net/guide/creators/dashboard-analytics) — Read the creator dashboard — KPIs, bar charts, gauges, tables, period filters, plan / status / payment-method slicing, and PDF / Excel / CSV / Text exports. - [Exporting Data](https://docs.subscriby.net/guide/creators/exporting-data) — Export your access codes as CSV for external distribution, reporting, or reconciliation. - [Overview](https://docs.subscriby.net/guide/creators) — The full walkthrough for running a subscription-based community on Subscriby — from activating your plan to dashboard analytics. - [Managing Members](https://docs.subscriby.net/guide/creators/managing-members) — Browse, filter, and inspect the users of your Subscriby project — Leads, Trialing, Customers, and Churned. - [Managing Subscriptions](https://docs.subscriby.net/guide/creators/managing-subscriptions) — View and filter every subscription in your project, inspect payment history, and cancel active or trialing subscriptions. - [Payment Methods](https://docs.subscriby.net/guide/creators/methods) — Connect the payment gateways your subscribers will use — Stripe, PayPal, Razorpay, Paystack, Skrill, CoinPayments, CeyPay, Telegram Stars, or free Access Codes. - [Pass Series](https://docs.subscriby.net/guide/creators/pass-series) — Sell a season ticket — one payment that covers a whole slate of dated passes drawn from your other pass plans. - [Subscription Plans](https://docs.subscriby.net/guide/creators/plans) — Build the pricing tiers subscribers pay for — pricing, billing cycles, trials, and eligibility rules. - [Creating a Project](https://docs.subscriby.net/guide/creators/projects) — Create and configure a Subscriby project — the container for your plans, members, bot, and resources. - [Resources](https://docs.subscriby.net/guide/creators/resources) — Define what your subscribers unlock — manual resources, Telegram channels, groups, and supergroups. - [Share Your Project](https://docs.subscriby.net/guide/creators/share) — Drive subscribers to your project through bot deep-links, a hosted portal page, QR codes, or embedded buttons. - [Activate Your Subscriby Subscription](https://docs.subscriby.net/guide/creators/subscription) — Choose the right Subscriby plan for your scale — Free, Starter, or Growth — and activate it so you can start launching projects. - [Support Inbox](https://docs.subscriby.net/guide/creators/support-inbox) — Receive and answer messages your members send to your project bot, without leaving Subscriby. - [Time-Limited Passes](https://docs.subscriby.net/guide/creators/time-limited-passes) — Sell access to a scheduled window — customers buy in advance, access opens and closes on time, automatically. - [Transaction Fees](https://docs.subscriby.net/guide/fees) — Understanding Subscriby transaction fees and billing logic - [How Subscriby Works](https://docs.subscriby.net/guide/how-it-works) — End-to-end walkthrough of the Subscriby flow — creator setup, subscriber signup, automated member management, and the money path. - [Platform Introduction](https://docs.subscriby.net/guide) — The complete guide to Subscriby — launching, running, and growing subscription-based Telegram communities with automated member management. - [What is Subscriby?](https://docs.subscriby.net/guide/introduction) — A plain-English overview of the platform — who builds it, who uses it, what it does, and why it exists. - [Access Codes](https://docs.subscriby.net/guide/payments/access-codes) — Let subscribers activate plans using redeemable codes instead of paying through a gateway. - [CeyPay](https://docs.subscriby.net/guide/payments/ceypay) — Connect CeyPay to accept USDT crypto payments effortlessly — a Sri Lanka-focused crypto gateway with LKR settlement option. - [Choosing a Payment Provider](https://docs.subscriby.net/guide/payments/choosing-a-provider) — A decision guide for picking the right Subscriby payment provider — based on region, currency, recurring needs, and audience preferences. - [CoinPayments](https://docs.subscriby.net/guide/payments/coinpayments) — Accept Bitcoin, Ethereum, and USD-based stablecoins through CoinPayments. - [Currency Conversion](https://docs.subscriby.net/guide/payments/currency-conversion) — How Subscriby handles pricing across multiple currencies — exchange rates, conversion timing, and what subscribers actually pay. - [Overview](https://docs.subscriby.net/guide/payments) — Compare the nine payment providers Subscriby supports — regions, currencies, recurring, crypto, and more. - [PayPal](https://docs.subscriby.net/guide/payments/paypal) — Connect your PayPal Business account to accept payments in 24 major currencies across 200+ countries, with recurring billing support. - [Paystack](https://docs.subscriby.net/guide/payments/paystack) — Connect Paystack to accept payments in Nigeria, Ghana, Kenya, South Africa, and more across Africa. - [Razorpay](https://docs.subscriby.net/guide/payments/razorpay) — Connect Razorpay to accept UPI, netbanking, Indian cards, and 80+ currencies from subscribers — primarily in India. - [Skrill](https://docs.subscriby.net/guide/payments/skrill) — Connect Skrill to accept one-time payments through card and Skrill wallet in 131 countries. - [Stripe](https://docs.subscriby.net/guide/payments/stripe) — Connect Stripe via Stripe Connect — Subscriby's deepest payment integration, supporting 138+ currencies and automatic recurring billing. - [Telegram Stars](https://docs.subscriby.net/guide/payments/telegram-stars) — Accept in-app payments via Telegram Stars (XTR) — the native Telegram currency for digital goods. - [Overview](https://docs.subscriby.net/guide/platforms) — The social messaging platforms Subscriby supports today, plus what's on the roadmap. - [Platform Roadmap](https://docs.subscriby.net/guide/platforms/roadmap) — What's live today, what's coming, and where Subscriby is heading — Slack, Discord, Viber, and beyond. - [Admin Commands](https://docs.subscriby.net/guide/platforms/telegram/admin-commands) — Project-owner-only commands you can use in the chat with your Subscriby-powered bot — /check and /ban. - [Telegram Advantages](https://docs.subscriby.net/guide/platforms/telegram/advantages) — Advantages of using Telegram with Subscriby - [Bot Features](https://docs.subscriby.net/guide/platforms/telegram/bot-features) — Everything your Subscriby-powered Telegram bot can do for you and your subscribers. - [Overview](https://docs.subscriby.net/guide/platforms/telegram) — Platform-level Telegram mechanics — bot setup, resource linking, admin commands, deep-linking, and how the webhook stays in sync. - [Telegram Integration](https://docs.subscriby.net/guide/platforms/telegram/integration) — Everything you need to know about Subscriby-Telegram integration. - [Onboarding on Telegram](https://docs.subscriby.net/guide/platforms/telegram/onboarding) — Get your Subscriby creator account set up via Telegram — the only way creators register today. - [Telegram Operations](https://docs.subscriby.net/guide/platforms/telegram/operations) — Learn how to launch your bot, activate plans, and execute commands using deep links. - [How the Bot Stays Connected](https://docs.subscriby.net/guide/platforms/telegram/webhooks) — A light-touch explanation of the webhook that keeps your Subscriby bot in sync with Telegram. - [Common Questions](https://docs.subscriby.net/guide/questions) — Frequently asked questions about Subscriby - [Quickstart Guide](https://docs.subscriby.net/guide/quickstart) — From fresh Subscriby account to your first paid Telegram membership, in about 10 minutes. - [Glossary](https://docs.subscriby.net/guide/reference/glossary) — Plain-English definitions for every Subscriby term — project, plan, resource, handle, and many more. - [MemberPass is now Subscriby](https://docs.subscriby.net/guide/reference/rebrand-migration) — What the rebrand changes, what keeps working untouched, and the short checklist of things you need to update yourself. - [Status Reference](https://docs.subscriby.net/guide/reference/status-codes) — Every status label you might see in Subscriby — subscription statuses, member statuses, and payment statuses — explained in plain language. - [Troubleshooting](https://docs.subscriby.net/guide/reference/troubleshooting) — Quick fixes for the most common cross-cutting issues that creators and subscribers hit on Subscriby. - [Billing History](https://docs.subscriby.net/guide/subscribers/billing-history) — Find your past payments for a subscription on a Subscriby project, and understand where to get formal receipts. - [Via Telegram Bot](https://docs.subscriby.net/guide/subscribers/bot) — Subscribing, managing your membership, and setting up account recovery directly on Telegram - [Cancel Your Subscription](https://docs.subscriby.net/guide/subscribers/cancel-subscription) — How to cancel a Subscriby subscription from the portal or bot, what happens to your access, and how to resubscribe. - [Choosing a Plan](https://docs.subscriby.net/guide/subscribers/choosing-a-plan) — Understand the types of plans a creator can offer — recurring, one-time, time-limited passes, lifetime, trial — so you know exactly what you're signing up for. - [Contacting Support](https://docs.subscriby.net/guide/subscribers/contacting-support) — Message the creator of a membership directly from the same Telegram bot you subscribed through. - [Overview](https://docs.subscriby.net/guide/subscribers) — Subscribe to a Subscriby-powered community, manage your membership, and get help if things go wrong. - [Making Payments](https://docs.subscriby.net/guide/subscribers/making-payments) — What to expect when you check out on a Subscriby project — per payment provider. - [Manage Your Subscription](https://docs.subscriby.net/guide/subscribers/manage-subscription) — See your active subscription's status, verify resource access, and review payment history from the portal or bot. - [Via Web Portal](https://docs.subscriby.net/guide/subscribers/portal) — A richer experience for browsing plans, signing in, and protecting your subscriptions - [Redeem an Access Code](https://docs.subscriby.net/guide/subscribers/redeem-access-code) — Turn a creator's access code into an active subscription — via the Telegram bot or the web portal. - [Redeeming a Coupon Code](https://docs.subscriby.net/guide/subscribers/redeem-coupon-code) — Apply a discount code at checkout — in the portal or in the Telegram bot — and see the new total before you pay. - [Trial Memberships](https://docs.subscriby.net/guide/subscribers/trial-memberships) — Start a free or cardless trial, see when it ends, and decide what happens next. - [Troubleshooting](https://docs.subscriby.net/guide/subscribers/troubleshooting) — Fixes for the most common subscriber problems — payment failures, bot issues, group access, and sign-in trouble. - [Using a Pass Series](https://docs.subscriby.net/guide/subscribers/using-a-pass-series) — What to expect after buying a season ticket — your timetable, how each date lets you in and out, and what happens if one is cancelled. - [Using a Pass](https://docs.subscriby.net/guide/subscribers/using-a-pass) — What to expect after buying a time-limited pass — joining the queue, when access opens and ends, and how you're admitted automatically. - [Subscriptions](https://docs.subscriby.net/guide/subscriptions) — Learn about the Subscriby platform subscriptions - [Ability Reference](https://docs.subscriby.net/guide/teams/abilities) — The complete list of 50 permissions you can grant through roles or groups in Subscriby. - [Create a Team](https://docs.subscriby.net/guide/teams/create-team) — Set up a team inside Subscriby so multiple people can collaborate on your projects. - [Groups](https://docs.subscriby.net/guide/teams/groups) — Define ad-hoc permission collections, attach specific members to them, and layer extra access on top of roles. - [Overview](https://docs.subscriby.net/guide/teams) — Invite collaborators to help run your Subscriby projects with fine-grained permissions — available on Growth, Enterprise, and Custom plans. - [Invite Team Members](https://docs.subscriby.net/guide/teams/invite-members) — Send email invitations, assign initial roles, manage pending invitations, and remove team members. - [Roles](https://docs.subscriby.net/guide/teams/roles) — Create named permission bundles ("Editor", "Billing Admin", "Support") and assign them to team members. ## integrations - [Building Custom Agents](https://docs.subscriby.net/integrations/custom-agents) — Build your own AI agent on top of Subscriby using the OpenAPI spec + a personal access token. - [Automations & Integrations](https://docs.subscriby.net/integrations) — Ship Subscriby into Zapier, n8n, Make, LangChain, Postman, Insomnia, and any OpenAPI-aware toolkit — all backed by the same REST surface and outbound webhook taxonomy. - [LangChain](https://docs.subscriby.net/integrations/langchain) — Expose the Subscriby REST API to LangChain agents via the OpenAPI toolkit. - [Make (Integromat)](https://docs.subscriby.net/integrations/make) — Drive Subscriby from Make scenarios using HTTP modules and webhook listeners. - [n8n](https://docs.subscriby.net/integrations/n8n) — Drive Subscriby from n8n — verified node with a 106-event trigger and a full-parity action node covering every REST endpoint, plus HTTP/Webhook fallbacks. - [Postman / Insomnia](https://docs.subscriby.net/integrations/postman-insomnia) — Import the Subscriby OpenAPI spec into Postman or Insomnia for interactive exploration. - [Zapier](https://docs.subscriby.net/integrations/zapier) — Automate Subscriby workflows with Zapier. 106 event triggers, 45 write actions, 45 searches — every REST route on api.subscriby.net and every event in the webhook catalog. Currently available as an invite-only integration. ## mcp - [Async Jobs](https://docs.subscriby.net/mcp/async-jobs) — How long-running MCP tool calls return immediately and let clients poll for completion. - [MCP Authentication](https://docs.subscriby.net/mcp/authentication) — How the Subscriby MCP server validates incoming requests and enforces per-tool abilities. - [Connecting ChatGPT Desktop](https://docs.subscriby.net/mcp/connecting-chatgpt-desktop) — Configure ChatGPT Desktop's MCP support to work with Subscriby. - [Connecting Claude Desktop](https://docs.subscriby.net/mcp/connecting-claude-desktop) — Full setup for Claude Desktop (macOS and Windows) against the Subscriby MCP server. - [Connecting Cursor](https://docs.subscriby.net/mcp/connecting-cursor) — Configure Cursor's MCP support to consume the Subscriby server. - [Connecting VS Code (Claude extension)](https://docs.subscriby.net/mcp/connecting-vscode-claude) — Configure the Anthropic Claude VS Code extension to talk to the Subscriby MCP server. - [MCP Server for AI Agents](https://docs.subscriby.net/mcp) — Subscriby speaks the Model Context Protocol. Connect Claude Desktop, Cursor, ChatGPT Desktop, or VS Code to mcp.subscriby.net and drive your creator workflow in natural language. - [Prompting Guide](https://docs.subscriby.net/mcp/prompting-guide) — Patterns that work well when asking an LLM to drive the Subscriby MCP server. - [MCP Quickstart](https://docs.subscriby.net/mcp/quickstart) — Connect Claude Desktop to the Subscriby MCP server in five minutes. - [Resources Reference](https://docs.subscriby.net/mcp/resources-reference) — The six read-only resources the Subscriby MCP server publishes. - [MCP Security](https://docs.subscriby.net/mcp/security) — Token scoping, revocation, audit trail, and handling leaked MCP credentials. - [Tools Reference](https://docs.subscriby.net/mcp/tools-reference) — Every MCP tool the Subscriby server exposes today, grouped by category, with the ability each one enforces. - [archive_project](https://docs.subscriby.net/mcp/tools/archive-project) — Archive a project by flipping active=false. Emits project.archived. Noop if already archived. - [ban_member](https://docs.subscriby.net/mcp/tools/ban-member) — Ban a project member. Flips status to banned and emits member.banned. Noop when the member is already banned. - [broadcast_message](https://docs.subscriby.net/mcp/tools/broadcast-message) — Send a Telegram message to a segment of a project's members. Destructive and irreversible — preview the audience and get human approval first. - [bulk_generate_access_codes](https://docs.subscriby.net/mcp/tools/bulk-generate-access-codes) — Queue a bulk access-code generation batch. Returns a job_id immediately — poll get_job_status for completion. - [cancel_subscription](https://docs.subscriby.net/mcp/tools/cancel-subscription) — Queue a subscription cancellation. Provider-side cancellation and local state mutation run asynchronously on the webhooks queue. - [cancel_team_invitation](https://docs.subscriby.net/mcp/tools/cancel-team-invitation) — Withdraw a team invitation that has not been accepted. - [create_coupon](https://docs.subscriby.net/mcp/tools/create-coupon) — Create a coupon code any number of subscribers can redeem for money off. Returns the coupon immediately — no job to poll. - [create_group](https://docs.subscriby.net/mcp/tools/create-group) — Create a permission group on a team. Starts empty; add people with sync_group_members. - [create_plan](https://docs.subscriby.net/mcp/tools/create-plan) — Create a subscription, a time-limited pass or a pass series on a project — one tool, tagged by kind. - [create_project](https://docs.subscriby.net/mcp/tools/create-project) — Register a new Subscriby project on behalf of the authenticated creator. - [create_resource](https://docs.subscriby.net/mcp/tools/create-resource) — Create a manual project resource (PDF link, token, URL placeholder). Telegram chats must be linked via the bot. - [create_role](https://docs.subscriby.net/mcp/tools/create-role) — Create a role on a team with a permission set. The code is immutable. - [create_team](https://docs.subscriby.net/mcp/tools/create-team) — Create a team owned by the caller. Growth-tier capability. - [delete_group](https://docs.subscriby.net/mcp/tools/delete-group) — Delete a group. Members stay in the team but lose what it granted. - [delete_resource](https://docs.subscriby.net/mcp/tools/delete-resource) — Hard-delete a project resource. Emits project.resource.deleted before the row disappears so listeners see the snapshot. - [delete_role](https://docs.subscriby.net/mcp/tools/delete-role) — Delete a role. Collaborators holding it stay in the team. - [delete_team](https://docs.subscriby.net/mcp/tools/delete-team) — Delete a team and everything scoped to it. Owner only, irreversible. - [get_activity_log](https://docs.subscriby.net/mcp/tools/get-activity-log) — Read the activity log for a given subject. Returns chronological entries with causer, event, and scrubbed properties. - [get_bot_status](https://docs.subscriby.net/mcp/tools/get-bot-status) — Read Telegram bot connection status for a project. Returns connected bool and bot details (id, name, url). - [get_dashboard_metrics](https://docs.subscriby.net/mcp/tools/get-dashboard-metrics) — Return headline dashboard metrics — MRR, active subscribers, churn, and plan-level breakdown — with a period-over-period comparison. - [get_deep_link](https://docs.subscriby.net/mcp/tools/get-deep-link) — Build a sharable Telegram bot deep-link for a project, plan, or access code. - [get_earnings_report](https://docs.subscriby.net/mcp/tools/get-earnings-report) — Full earnings report — totals plus a day, week, or month timeseries. Accepts explicit from/to dates or period presets. - [get_job_status](https://docs.subscriby.net/mcp/tools/get-job-status) — Poll a long-running MCP job by id. Returns the current status plus result or error once the worker finishes. - [get_plan_performance](https://docs.subscriby.net/mcp/tools/get-plan-performance) — Per-plan performance metrics for a project — active subscribers, revenue in window, and average ticket size. - [get_portal_url](https://docs.subscriby.net/mcp/tools/get-portal-url) — Compute the subscriber portal URL for a project — {frontend_url}/{handle}. Always reflects the current handle. - [get_project](https://docs.subscriby.net/mcp/tools/get-project) — Fetch a single project by UUID, including plan / resource / subscriber / payment-method counts. - [get_resource](https://docs.subscriby.net/mcp/tools/get-resource) — Fetch a single project resource by UUID. Returns type, title, description, chat_id (when linked), and timestamps. - [get_subscriber_analytics](https://docs.subscriby.net/mcp/tools/get-subscriber-analytics) — Subscriber-centric analytics — new signups, cancellations, churn rate, trial conversion, and status distribution for a window. - [get_support_conversation](https://docs.subscriby.net/mcp/tools/get-support-conversation) — Read one support conversation with its message history and the member context a reply needs. - [get_team](https://docs.subscriby.net/mcp/tools/get-team) — Fetch a single team by UUID from the caller's visibility set (owned + membership). Foreign teams return RESOURCE_NOT_FOUND. - [get_transaction_breakdown](https://docs.subscriby.net/mcp/tools/get-transaction-breakdown) — USD-normalized successful-payment totals split by plan, payment_provider, currency, or project. Includes share percent per group. - [invite_team_member](https://docs.subscriby.net/mcp/tools/invite-team-member) — Invite a collaborator into a team by email, onto a role that already exists. - [kick_member](https://docs.subscriby.net/mcp/tools/kick-member) — Kick a project member without banning them. Status rolls to churned; the subscriber can re-join later. - [list_access_codes](https://docs.subscriby.net/mcp/tools/list-access-codes) — Paginated list of access codes for a plan, with first/last-4 masked prefixes only — full codes are never surfaced. - [list_coupons](https://docs.subscriby.net/mcp/tools/list-coupons) — List coupon codes with derived remaining-redemption counts. Read-only. Paginated, optionally narrowed to one project or filtered by on/off state. - [list_groups](https://docs.subscriby.net/mcp/tools/list-groups) — List groups across every team the caller owns or belongs to. Lighter-weight than roles — no permission payload. - [list_pass_windows](https://docs.subscriby.net/mcp/tools/list-pass-windows) — The dated access windows a pass plan generates, with their UUIDs — the ids a Pass Series is built from. - [list_payment_methods](https://docs.subscriby.net/mcp/tools/list-payment-methods) — List configured payment methods for one project. Credentials and provider secrets are never returned. - [list_plans](https://docs.subscriby.net/mcp/tools/list-plans) — Paginated list of subscription plans visible to the current token, optionally scoped to one project. - [list_projects](https://docs.subscriby.net/mcp/tools/list-projects) — Paginated list of Subscriby projects visible to the current token. - [list_recent_payments](https://docs.subscriby.net/mcp/tools/list-recent-payments) — List the most recent subscription payments for one project with optional status filter. Reverse-chronological, no raw webhook payloads. - [list_resources](https://docs.subscriby.net/mcp/tools/list-resources) — Paginated list of project resources (Telegram channel/group/supergroup links plus manual entries) scoped to one project. - [list_roles](https://docs.subscriby.net/mcp/tools/list-roles) — List roles across every team the caller owns or belongs to. Each role carries a flat permission list. - [list_subscribers](https://docs.subscriby.net/mcp/tools/list-subscribers) — Paginated list of project members with optional filters by project, status, and free-text search. - [list_support_conversations](https://docs.subscriby.net/mcp/tools/list-support-conversations) — List member support conversations, newest activity first, with optional status / assignee / unread filters. - [list_team_members](https://docs.subscriby.net/mcp/tools/list-team-members) — List collaborators on a team. Owner pseudo-row is prepended; role_id is null for the owner. - [list_teams](https://docs.subscriby.net/mcp/tools/list-teams) — List every team the authenticated user owns or belongs to. Read-only — team CRUD stays in the dashboard. - [list_tokens](https://docs.subscriby.net/mcp/tools/list-tokens) — List the authenticated user's own personal access tokens with abilities and scope tuples split out. - [list_transactions](https://docs.subscriby.net/mcp/tools/list-transactions) — Keyset-paginated transaction listing for one project with date, status, provider, plan, and currency filters. Reverse-chronological. - [list_webhook_endpoints](https://docs.subscriby.net/mcp/tools/list-webhook-endpoints) — List outbound webhook endpoints registered for the caller's team. Optional project_id filter, optional active_only filter. Secrets are never returned. - [preview_access_code_cost](https://docs.subscriby.net/mcp/tools/preview-access-code-cost) — Preview the cost of generating access codes before queuing the batch. Returns free_remaining, chargeable_quantity, and cost. - [preview_broadcast_audience](https://docs.subscriby.net/mcp/tools/preview-broadcast-audience) — Size a broadcast without sending it. Returns every audience segment with its current recipient count. - [publish_plan](https://docs.subscriby.net/mcp/tools/publish-plan) — Publish or unpublish a subscription plan by flipping its active flag. Emits plan.activated or plan.deactivated. - [remove_team_member](https://docs.subscriby.net/mcp/tools/remove-team-member) — Remove a collaborator from a team. Their Subscriby account is untouched. - [reply_support_conversation](https://docs.subscriby.net/mcp/tools/reply-support-conversation) — Send a reply to a member in a support conversation, or record a private internal note. - [resolve_support_conversation](https://docs.subscriby.net/mcp/tools/resolve-support-conversation) — Mark a support conversation resolved, clearing it from the creator's open queue. - [revoke_token](https://docs.subscriby.net/mcp/tools/revoke-token) — Revoke one of the authenticated user's own tokens by id. Self-revocation is refused. - [sync_group_members](https://docs.subscriby.net/mcp/tools/sync-group-members) — Replace a group's membership wholesale. A sync, not an add. - [unban_member](https://docs.subscriby.net/mcp/tools/unban-member) — Lift a ban on a project member. Status rolls to churned; next successful payment promotes them back to customer. - [unlink_resource](https://docs.subscriby.net/mcp/tools/unlink-resource) — Clear the Telegram chat_id from a resource, reverting it to an unlinked placeholder the creator can relink from the bot. - [update_group](https://docs.subscriby.net/mcp/tools/update-group) — Rename a group or replace its permission set. Membership is a separate tool. - [update_project](https://docs.subscriby.net/mcp/tools/update-project) — Apply a partial update to a project. Only supplied fields are touched; omitted keys stay as-is. - [update_role](https://docs.subscriby.net/mcp/tools/update-role) — Rename a role or replace its permission set. The code stays fixed. - [update_team_member_role](https://docs.subscriby.net/mcp/tools/update-team-member-role) — Move an existing collaborator onto a different role within the team. - [update_team](https://docs.subscriby.net/mcp/tools/update-team) — Rename a team. Owner only, Growth-tier capability. - [MCP Troubleshooting](https://docs.subscriby.net/mcp/troubleshooting) — Common MCP failure modes and how to resolve them. ## webhooks - [Event Reference](https://docs.subscriby.net/webhooks/event-reference) — Every outbound webhook event Subscriby emits, grouped by family. - [access_code.* events](https://docs.subscriby.net/webhooks/events/access-code) — Access-code batch generation, redemption, and expiry. - [access_code.expired](https://docs.subscriby.net/webhooks/events/access-code/expired) — Code passes expiry without redemption. - [access_code.generated](https://docs.subscriby.net/webhooks/events/access-code/generated) — Bulk-generate job completes. - [access_code.redeemed](https://docs.subscriby.net/webhooks/events/access-code/redeemed) — Code successfully redeemed by a subscriber. - [billing.* events](https://docs.subscriby.net/webhooks/events/billing) — Creator's own Subscriby subscription tier — trial conversion, invoices, payment failures, grace periods, lockdowns. - [billing.account_locked](https://docs.subscriby.net/webhooks/events/billing/account-locked) — Account hits its past-due lockdown. - [billing.grace_period_warning](https://docs.subscriby.net/webhooks/events/billing/grace-period-warning) — The creator is approaching automatic lockdown for an unpaid invoice. - [billing.invoice_created](https://docs.subscriby.net/webhooks/events/billing/invoice-created) — New invoice generated for the creator's Subscriby tier. - [billing.invoice_overdue](https://docs.subscriby.net/webhooks/events/billing/invoice-overdue) — Creator invoice marked overdue. - [billing.invoice_paid](https://docs.subscriby.net/webhooks/events/billing/invoice-paid) — Invoice paid in full. - [billing.payment_failed](https://docs.subscriby.net/webhooks/events/billing/payment-failed) — Recurring charge against creator's payment method fails. - [billing.tier_cancelled](https://docs.subscriby.net/webhooks/events/billing/tier-cancelled) — Creator cancels their Subscriby subscription. - [billing.tier_downgraded](https://docs.subscriby.net/webhooks/events/billing/tier-downgraded) — Creator downgrades to a lower Subscriby tier. - [billing.tier_upgraded](https://docs.subscriby.net/webhooks/events/billing/tier-upgraded) — Creator upgrades to a higher Subscriby tier. - [billing.trial_ending](https://docs.subscriby.net/webhooks/events/billing/trial-ending) — The creator's platform trial is about to convert and take its first payment. - [broadcast.* events](https://docs.subscriby.net/webhooks/events/broadcast) — Message broadcast lifecycle — when a send starts, and what it delivered. - [broadcast.completed](https://docs.subscriby.net/webhooks/events/broadcast/completed) — A broadcast finished sending, carrying the delivered and failed tallies. - [broadcast.queued](https://docs.subscriby.net/webhooks/events/broadcast/queued) — A broadcast started sending, carrying the audience it resolved to and how many members it will reach. - [coupon.* events](https://docs.subscriby.net/webhooks/events/coupon) — Coupon code lifecycle and redemption. - [coupon.activated](https://docs.subscriby.net/webhooks/events/coupon/activated) — A coupon was switched on and is being offered at checkout again. - [coupon.created](https://docs.subscriby.net/webhooks/events/coupon/created) — A new coupon code was authored in a project. - [coupon.deactivated](https://docs.subscriby.net/webhooks/events/coupon/deactivated) — A coupon was switched off and stops being offered at checkout. - [coupon.deleted](https://docs.subscriby.net/webhooks/events/coupon/deleted) — A coupon was removed, carrying its final snapshot. - [coupon.exhausted](https://docs.subscriby.net/webhooks/events/coupon/exhausted) — The last remaining use of a capped coupon was taken. - [coupon.redeemed](https://docs.subscriby.net/webhooks/events/coupon/redeemed) — A subscriber's discounted payment settled and the redemption was recorded. - [coupon.updated](https://docs.subscriby.net/webhooks/events/coupon/updated) — A coupon's terms changed, with a field-by-field list of what moved. - [group.* events](https://docs.subscriby.net/webhooks/events/group) — Group create / update / member-sync / delete. Growth-tier only. - [group.created](https://docs.subscriby.net/webhooks/events/group/created) — New team group created. - [group.deleted](https://docs.subscriby.net/webhooks/events/group/deleted) — Group deleted; its members lose the permissions it granted. - [group.members_synced](https://docs.subscriby.net/webhooks/events/group/members-synced) — The set of people in a group changed, with the deltas. - [group.updated](https://docs.subscriby.net/webhooks/events/group/updated) — Group renamed or its permission set replaced. - [member.* events](https://docs.subscriby.net/webhooks/events/member) — Member (subscriber) lifecycle events. - [member.banned](https://docs.subscriby.net/webhooks/events/member/banned) — Creator bans a subscriber. - [member.churned](https://docs.subscriby.net/webhooks/events/member/churned) — Subscriber's last active subscription lapsed. - [member.converted](https://docs.subscriby.net/webhooks/events/member/converted) — Trial converts to a paying subscription. - [member.joined](https://docs.subscriby.net/webhooks/events/member/joined) — A subscriber joins by redeeming an access code against a paid plan. - [member.kicked](https://docs.subscriby.net/webhooks/events/member/kicked) — Subscriber kicked from a resource without a ban. - [member.removed](https://docs.subscriby.net/webhooks/events/member/removed) — Subscriber soft-deleted manually. - [member.resource_added](https://docs.subscriby.net/webhooks/events/member/resource-added) — Subscriber gains access to a specific resource. - [member.resource_removed](https://docs.subscriby.net/webhooks/events/member/resource-removed) — Subscriber loses access to a specific resource. - [member.trial_joined](https://docs.subscriby.net/webhooks/events/member/trial-joined) — A subscriber joins on a trial via cardless trial or access-code redemption. - [member.unbanned](https://docs.subscriby.net/webhooks/events/member/unbanned) — Ban lifted; subscriber returns to churned status. - [pass_series.* events](https://docs.subscriby.net/webhooks/events/pass-series) — Season-ticket lifecycle — bought, each date completing, dates added or dropped mid-season, and the holders-only presale on the next one. - [pass_series.completed](https://docs.subscriby.net/webhooks/events/pass-series/completed) — A holder reached the last date of their season, with the final attendance tallies. - [pass_series.leg_added](https://docs.subscriby.net/webhooks/events/pass-series/leg-added) — An automatic rule absorbed a newly-scheduled window into a live series. - [pass_series.leg_completed](https://docs.subscriby.net/webhooks/events/pass-series/leg-completed) — One date of a holder's season finished, with their running attendance. - [pass_series.leg_dropped](https://docs.subscriby.net/webhooks/events/pass-series/leg-dropped) — A cancelled date left a holder's season with no replacement, carrying the pro-rata figure. - [pass_series.leg_substituted](https://docs.subscriby.net/webhooks/events/pass-series/leg-substituted) — A cancelled date in a season was replaced, and one holder was moved to the replacement. - [pass_series.presale_opened](https://docs.subscriby.net/webhooks/events/pass-series/presale-opened) — A finished season's holders were given first refusal on the next one. - [pass_series.purchased](https://docs.subscriby.net/webhooks/events/pass-series/purchased) — Someone bought a season ticket and their whole slate was issued. - [pass_series.seats_exhausted](https://docs.subscriby.net/webhooks/events/pass-series/seats-exhausted) — A capped season ticket sold its last seat. - [pass.* events](https://docs.subscriby.net/webhooks/events/pass) — Time-limited pass access window lifecycle — opened, closed, cancelled, and what happened to each holder. - [pass.holder_missed](https://docs.subscriby.net/webhooks/events/pass/holder-missed) — A window closed and one holder never turned up for it. - [pass.holder_moved](https://docs.subscriby.net/webhooks/events/pass/holder-moved) — A pass holder was moved from a cancelled access window to the next available one on the same plan. - [pass.holder_queued](https://docs.subscriby.net/webhooks/events/pass/holder-queued) — A pass holder tapped their invite link and their join request is now held. - [pass.holder_stranded](https://docs.subscriby.net/webhooks/events/pass/holder-stranded) — A pass holder's window was cancelled with no replacement available, so their pass ended and a refund is owed. - [pass.window_cancelled](https://docs.subscriby.net/webhooks/events/pass/window-cancelled) — A creator cancelled a time-limited pass access window, and its holders were resettled. - [pass.window_closed](https://docs.subscriby.net/webhooks/events/pass/window-closed) — A time-limited pass access window ended and its holders were removed. - [pass.window_opened](https://docs.subscriby.net/webhooks/events/pass/window-opened) — A time-limited pass access window opened and its holders were admitted. - [pass.window_scheduled](https://docs.subscriby.net/webhooks/events/pass/window-scheduled) — A new access window came into existence on a time-limited pass plan. - [payment.* events](https://docs.subscriby.net/webhooks/events/payment) — Payment lifecycle — succeeded, failed, pending, refunded. - [payment.failed](https://docs.subscriby.net/webhooks/events/payment/failed) — Provider rejects a charge. - [payment.pending](https://docs.subscriby.net/webhooks/events/payment/pending) — Payment initiated, awaiting provider confirmation. - [payment.refunded](https://docs.subscriby.net/webhooks/events/payment/refunded) — A specific charge is refunded, fully or partially. - [payment.succeeded](https://docs.subscriby.net/webhooks/events/payment/succeeded) — Provider confirms a successful charge. - [plan.* events](https://docs.subscriby.net/webhooks/events/plan) — Subscription plan lifecycle. - [plan.activated](https://docs.subscriby.net/webhooks/events/plan/activated) — Inactive plan flipped active. - [plan.created](https://docs.subscriby.net/webhooks/events/plan/created) — A plan is first created on a project. - [plan.deactivated](https://docs.subscriby.net/webhooks/events/plan/deactivated) — Active plan flipped inactive. - [plan.deleted](https://docs.subscriby.net/webhooks/events/plan/deleted) — Plan soft-deleted (removed from the catalog). - [plan.sync_completed](https://docs.subscriby.net/webhooks/events/plan/sync-completed) — Plan synced to PSP catalog (Stripe / PayPal / CoinPayments / Razorpay). - [plan.updated](https://docs.subscriby.net/webhooks/events/plan/updated) — Any mutable plan field changes. - [project.* events](https://docs.subscriby.net/webhooks/events/project) — Project lifecycle, bot connection, resource link / unlink. - [project.archived](https://docs.subscriby.net/webhooks/events/project/archived) — Creator archives the project; access is suspended. - [project.bot.connected](https://docs.subscriby.net/webhooks/events/project/bot-connected) — Telegram bot first attached to the project. - [project.bot.disconnected](https://docs.subscriby.net/webhooks/events/project/bot-disconnected) — Bot removed or rotated. - [project.bot.status_changed](https://docs.subscriby.net/webhooks/events/project/bot-status-changed) — Bot enters or exits a degraded state. - [project.created](https://docs.subscriby.net/webhooks/events/project/created) — A creator registers a new project. - [project.deleted](https://docs.subscriby.net/webhooks/events/project/deleted) — Project hard-deleted. Final event from that project. - [project.resource.created](https://docs.subscriby.net/webhooks/events/project/resource-created) — New resource registered under a project. - [project.resource.deleted](https://docs.subscriby.net/webhooks/events/project/resource-deleted) — Resource soft-deleted from a project. - [project.resource.linked](https://docs.subscriby.net/webhooks/events/project/resource-linked) — An existing Telegram chat is linked to a project as a resource. - [project.resource.unlinked](https://docs.subscriby.net/webhooks/events/project/resource-unlinked) — Resource disconnected from a project. - [project.restored](https://docs.subscriby.net/webhooks/events/project/restored) — An archived project is re-activated. - [project.updated](https://docs.subscriby.net/webhooks/events/project/updated) — Any mutable project field changes. - [role.* events](https://docs.subscriby.net/webhooks/events/role) — Role create / update / delete. Growth-tier only. - [role.created](https://docs.subscriby.net/webhooks/events/role/created) — New role created within a team. - [role.deleted](https://docs.subscriby.net/webhooks/events/role/deleted) — Role deleted. Only roles no collaborator currently holds can be deleted. - [role.updated](https://docs.subscriby.net/webhooks/events/role/updated) — Role name or abilities change. - [subscription.* events](https://docs.subscriby.net/webhooks/events/subscription) — Every transition across the 13 subscription statuses, plus upgrade / downgrade. - [subscription.activated](https://docs.subscriby.net/webhooks/events/subscription/activated) — A paid subscription is acquired — fires once, at first activation. - [subscription.cancelled](https://docs.subscriby.net/webhooks/events/subscription/cancelled) — Cancellation recorded; access continues until ends_at. - [subscription.created](https://docs.subscriby.net/webhooks/events/subscription/created) — New subscription created via access-code redemption or cardless trial. - [subscription.downgraded](https://docs.subscriby.net/webhooks/events/subscription/downgraded) — Subscriber moved to a lower-priced plan. - [subscription.expired](https://docs.subscriby.net/webhooks/events/subscription/expired) — ends_at reached; access revoked. - [subscription.past_due](https://docs.subscriby.net/webhooks/events/subscription/past-due) — Billing fails but grace period is active. - [subscription.paused](https://docs.subscriby.net/webhooks/events/subscription/paused) — A member's access was suspended. Billing is unaffected and continues on schedule. - [subscription.reactivated](https://docs.subscriby.net/webhooks/events/subscription/reactivated) — Cancelled subscription re-activated before ends_at. - [subscription.refunded](https://docs.subscriby.net/webhooks/events/subscription/refunded) — Refund recorded against a subscription. - [subscription.renewed](https://docs.subscriby.net/webhooks/events/subscription/renewed) — Recurring billing successfully charged the subscriber. - [subscription.trial_converting](https://docs.subscriby.net/webhooks/events/subscription/trial-converting) — Trial about to convert — fires 24h before trial_ends_at. - [subscription.trial_expired](https://docs.subscriby.net/webhooks/events/subscription/trial-expired) — Trial ended without conversion. - [subscription.trial_started](https://docs.subscriby.net/webhooks/events/subscription/trial-started) — Trial-enabled plan starts free window. - [subscription.unpaid](https://docs.subscriby.net/webhooks/events/subscription/unpaid) — Billing permanently failed; grace expired. - [subscription.unpaused](https://docs.subscriby.net/webhooks/events/subscription/unpaused) — Paused subscription resumes; resource invite links re-issued. - [subscription.upgraded](https://docs.subscriby.net/webhooks/events/subscription/upgraded) — Subscriber moved to a higher-priced plan. - [support.* events](https://docs.subscriby.net/webhooks/events/support) — Member support inbox — conversations opened, replied to, assigned and resolved. - [support.conversation.assigned](https://docs.subscriby.net/webhooks/events/support/assigned) — A support conversation is handed to a team member, or its assignment cleared. - [support.message.received](https://docs.subscriby.net/webhooks/events/support/message-received) — A member sends a message into a support conversation. - [support.message.sent](https://docs.subscriby.net/webhooks/events/support/message-sent) — A reply to a member is recorded and queued for delivery. - [support.conversation.opened](https://docs.subscriby.net/webhooks/events/support/opened) — A member starts their first support conversation on a channel. - [support.conversation.reopened](https://docs.subscriby.net/webhooks/events/support/reopened) — A resolved support conversation becomes active again. - [support.conversation.resolved](https://docs.subscriby.net/webhooks/events/support/resolved) — A support conversation is marked resolved and leaves the open queue. - [team.* events](https://docs.subscriby.net/webhooks/events/team) — Team creation, rename, deletion, and membership changes. - [team.created](https://docs.subscriby.net/webhooks/events/team/created) — New team is created. Creating additional teams requires Growth tier or higher. - [team.deleted](https://docs.subscriby.net/webhooks/events/team/deleted) — Team deleted; its projects are detached, not deleted. - [team.member.invited](https://docs.subscriby.net/webhooks/events/team/member-invited) — Invitation issued to a new collaborator. - [team.member.joined](https://docs.subscriby.net/webhooks/events/team/member-joined) — Invited collaborator accepts and joins. - [team.member.removed](https://docs.subscriby.net/webhooks/events/team/member-removed) — Collaborator removed from a team by its owner. - [team.member.role_changed](https://docs.subscriby.net/webhooks/events/team/member-role-changed) — Collaborator's role within a team changes. - [team.updated](https://docs.subscriby.net/webhooks/events/team/updated) — A team is renamed. - [Outbound Webhooks & Events](https://docs.subscriby.net/webhooks) — Event-driven HTTPS notifications from Subscriby to your server, Zapier, or anywhere else that speaks JSON over POST. - [Webhooks Quickstart](https://docs.subscriby.net/webhooks/quickstart) — Subscribe to an event, receive a signed payload, verify it, respond 200 — end to end in five minutes. - [Retries & Delivery](https://docs.subscriby.net/webhooks/retries-and-delivery) — Exponential back-off schedule, dead-lettering, auto-disable thresholds, and how to replay. - [Webhook Security](https://docs.subscriby.net/webhooks/security) — Secret rotation, replay windows, and what to trust on an inbound delivery. - [Signature Verification](https://docs.subscriby.net/webhooks/signature-verification) — HMAC-SHA256 verification of the SB-Signature header. Stripe-compatible scheme; rotation replaces the secret immediately. - [Testing & Debugging Webhooks](https://docs.subscriby.net/webhooks/testing-and-debugging) — Fire a test payload, inspect the delivery log, and manually retry failed deliveries without waiting for the production trigger.