Subscription Mutations
Important: The Teachify Admin API is currently under development and not yet available for public use. This documentation is provided for preview purposes only.
Overview
The subscription mutations allow you to create and manage user subscriptions to membership plans within your Teachify school. These operations enable you to programmatically handle subscription lifecycle events.
Available Mutations
Operation | Description |
---|---|
Create Subscription | Create a new subscription for a user |
Update Subscription | Update an existing subscription’s end period |
Common Use Cases
User Enrollment Automation
Use the subscription mutations to automatically enroll users in membership plans when they complete certain actions in your application or meet specific criteria.
Subscription Extension
Extend subscription periods for loyal customers or as part of a promotion campaign.
Trial Management
Manage trial periods by creating time-limited subscriptions and extending or shortening them based on user engagement.
Related Resources
- Membership Plans - Available membership plans
For more information about the Teachify Admin API, please refer to the API Overview.