Create Subscription
hyros_create_subscriptionRegister new subscriptions to track recurring revenue; specify status, start date, price, and billing period.
Instructions
Register a new subscription in Hyros for recurring revenue tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Subscriber email | ||
| price | Yes | Subscription price per period (required) | |
| stage | No | Lead stage | |
| planId | No | Plan identifier | |
| status | Yes | Initial subscription status (required) | |
| lastName | No | Subscriber last name | |
| firstName | No | Subscriber first name | |
| startDate | Yes | Subscription start date in ISO 8601 format (required) | |
| periodicity | Yes | Billing period (required) | |
| cancelAtDate | No | Scheduled cancellation date (required if status is CANCELED) | |
| phoneNumbers | No | Subscriber phone numbers | |
| trialEndDate | No | Trial end date (ISO 8601) | |
| subscriptionId | No | External subscription ID | |
| trialStartDate | No | Trial start date (ISO 8601) |