keap_create_subscription
Create a subscription for a contact by providing contact, product, and subscription plan IDs. Optionally set quantity, billing amount, and payment method.
Instructions
Create a subscription for a contact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | No | Quantity | |
| contact_id | Yes | Contact ID | |
| product_id | Yes | Product ID | |
| billing_amount | No | Billing amount | |
| credit_card_id | No | Credit card ID for payment | |
| subscription_plan_id | Yes | Subscription plan ID |