Create subscription
create_subscriptionAdd a recurring subscription (monthly, yearly, or weekly).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Service URL (http or https) | |
| name | Yes | Subscription name (e.g., Netflix, Spotify) | |
| notes | No | Notes | |
| amount | Yes | Amount per billing period | |
| currency | No | ISO 4217 currency code, e.g. USD, EUR, GBP. Defaults to the user's currency. | |
| frequency | No | Billing frequency | |
| category_id | No | Category ID | |
| next_billing_date | No | Next billing date (Y-m-d) |