Subscription Mutations
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 |
Cancel Subscription | Cancel an existing subscription for a user |
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.