Basic | Better | Best |
---|---|---|
Email generation at $0.10 per email | Email generation at $0.10 per email | Email generation at $0.10 per email |
Spreadsheets updates at $0.15 per row update | Spreadsheets updates at $0.15 per row update | Spreadsheets updates at $0.15 per row update |
Automated reminders at $0.20 per reminder | Automated reminders at $0.20 per reminder | |
Slack integration at $0.10 per Slack room | Slack integration at $0.10 per Slack room | |
Configurable AI model to personalize automations at $10 per month |
premium
tag.entitlements
set to true
. You can later disable access to certain products based on the plan the customer chooses./customers
endpoint:
customer.id
, needed for the next step.
/contracts/create
endpoint:
contract.id
. It’s useful to store this information in an internal database for use later on, like for upgrades. As the request didn’t specify any billing schedule, the usage invoice defaults to bill monthly.
contract.id
from the previous phase, end the current contract for the customer using the /contracts/updateEndDate
endpoint:
contract.id
must be saved internally. As before, the customer gets billed monthly in Stripe.