Chargebee
Also an agent toolChargebee subscription billing & revenue management via the per-site v2 REST API (customers, subscriptions, invoices, items, plans, coupons, quotes, orders, credit notes, transactions, hosted pages, estimates, events)
273 actions · 27 triggers
The Chargebee integration lets you connect Chargebee to your automations with 273 actions and 27 triggers — and every action is also a tool an AI agent can call. Examples: Create Subscription For Items, Create Subscription (PC 1.0), Retrieve Subscription, List Subscriptions, List Subscription Contract Terms. No blank-canvas wiring — connect it and use it in your workflows.
Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.
Triggers 27
Events in Chargebee that can start a workflow.
Subscription Created
Fires on subscription_created.
Subscription Changed
Fires on subscription_changed.
Subscription Cancelled
Fires on subscription_cancelled.
Subscription Reactivated
Fires on subscription_reactivated.
Subscription Renewed
Fires on subscription_renewed.
Subscription Paused
Fires on subscription_paused.
Subscription Resumed
Fires on subscription_resumed.
Subscription Deleted
Fires on subscription_deleted.
Subscription Trial End Reminder
Fires on subscription_trial_end_reminder.
Customer Created
Fires on customer_created.
Customer Changed
Fires on customer_changed.
Customer Deleted
Fires on customer_deleted.
Invoice Generated
Fires on invoice_generated.
Invoice Updated
Fires on invoice_updated.
Invoice Deleted
Fires on invoice_deleted.
Payment Succeeded
Fires on payment_succeeded.
Payment Failed
Fires on payment_failed.
Payment Refunded
Fires on payment_refunded.
Credit Note Created
Fires on credit_note_created.
Transaction Created
Fires on transaction_created.
Quote Created
Fires on quote_created.
Payment Source Added
Fires on payment_source_added.
Payment Source Deleted
Fires on payment_source_deleted.
New/Updated Subscription
Use updated_at[after] with sort_by[asc]=updated_at; dedupe on subscription.id.
New/Updated Customer
Use updated_at[after] with sort_by[asc]=updated_at; dedupe on customer.id.
New/Updated Invoice
Use updated_at[after] with sort_by[asc]=updated_at; dedupe on invoice.id.
New Chargebee Event
Use occurred_at[after] with sort_by[asc]=occurred_at; dedupe on event.id (webhook fallback / reconciliation).
Actions 273
What Zervanor can do in Chargebee.
Subscriptions38
Create Subscription (PC 1.0)
Create a subscription using plan/addon, PC 1.0 (POST /subscriptions).
Retrieve Subscription
Retrieve a subscription (GET /subscriptions/{subscription_id}).
List Subscriptions
List subscriptions with operator-suffixed filters (GET /subscriptions).
List Subscription Contract Terms
List contract terms for a subscription (GET /subscriptions/{subscription_id}/contract_terms).
Update Subscription For Items
Update a subscription for items, PC 2.0 (POST /subscriptions/{subscription_id}/update_subscription_for_items).
Update Subscription (PC 1.0)
Update a subscription using plan/addon, PC 1.0 (POST /subscriptions/{subscription_id}).
Change Subscription Term End
Change a subscription term end (POST /subscriptions/{subscription_id}/change_term_end).
Reactivate Subscription
Reactivate a cancelled subscription (POST /subscriptions/{subscription_id}/reactivate).
Add Charge At Term End
Add a charge at term end (POST /subscriptions/{subscription_id}/add_charge_at_term_end).
Charge Addon At Term End
Charge an addon at term end (POST /subscriptions/{subscription_id}/charge_addon_at_term_end).
Charge Future Renewals
Charge future renewals immediately (POST /subscriptions/{subscription_id}/charge_future_renewals).
Import Subscription (PC 1.0)
Import an existing subscription, PC 1.0 (POST /subscriptions/{subscription_id}/import_subscription).
Import Existing Subscription For Items
Import an existing subscription for items (POST /subscriptions/{subscription_id}/import_for_items).
Override Billing Profile
Override a subscription billing profile (POST /subscriptions/{subscription_id}/override_billing_profile).
Delete Subscription
Delete a subscription (POST /subscriptions/{subscription_id}/delete).
Cancel Subscription For Items
Cancel a subscription, PC 2.0 (POST /subscriptions/{subscription_id}/cancel_for_items).
Cancel Subscription (PC 1.0)
Cancel a subscription, PC 1.0 (POST /subscriptions/{subscription_id}/cancel).
Pause Subscription
Pause a subscription (POST /subscriptions/{subscription_id}/pause).
Resume Subscription
Resume a paused subscription (POST /subscriptions/{subscription_id}/resume).
Remove Scheduled Pause
Remove a scheduled pause (POST /subscriptions/{subscription_id}/remove_scheduled_pause).
Remove Scheduled Resumption
Remove a scheduled resumption (POST /subscriptions/{subscription_id}/remove_scheduled_resumption).
Remove Scheduled Cancellation
Remove a scheduled cancellation (POST /subscriptions/{subscription_id}/remove_scheduled_cancellation).
Remove Scheduled Changes
Remove scheduled changes (POST /subscriptions/{subscription_id}/remove_scheduled_changes).
Change Subscription Billing Date
Change a subscription billing date (POST /subscriptions/{subscription_id}/change_billing_date).
Regenerate Invoice
Regenerate the current-term invoice (POST /subscriptions/{subscription_id}/regenerate_invoice).
Retrieve Subscription With Scheduled Changes
Retrieve a subscription with scheduled changes (GET /subscriptions/{subscription_id}/retrieve_with_scheduled_changes).
Charge Addon (PC 1.0)
Charge an addon, PC 1.0 deprecated path (POST /subscriptions/{subscription_id}/charge_addon).
Estimate Update Subscription For Items (PC 2.0)
Estimate updating a subscription, PC 2.0 (POST /subscriptions/{subscription_id}/update_subscription_for_items_estimate).
Estimate Update Subscription (PC 1.0)
Estimate updating a subscription, PC 1.0 (POST /subscriptions/{subscription_id}/update_subscription_estimate).
Estimate Renewal
Estimate the next renewal (POST /subscriptions/{subscription_id}/renewal_estimate).
Estimate Advance Invoice
Estimate an advance invoice (POST /subscriptions/{subscription_id}/advance_invoice_estimate).
Estimate Regenerate Invoice
Estimate a regenerated invoice (POST /subscriptions/{subscription_id}/regenerate_invoice_estimate).
Estimate Upcoming Invoices
Estimate upcoming invoices (POST /subscriptions/{subscription_id}/upcoming_invoices_estimate).
Estimate Change Term End
Estimate changing the term end (POST /subscriptions/{subscription_id}/change_term_end_estimate).
Estimate Cancel Subscription For Items (PC 2.0)
Estimate a cancellation, PC 2.0 (POST /subscriptions/{subscription_id}/cancel_subscription_for_items_estimate).
Estimate Cancel Subscription (PC 1.0)
Estimate a cancellation, PC 1.0 (POST /subscriptions/{subscription_id}/cancel_subscription_estimate).
Estimate Pause Subscription
Estimate a pause (POST /subscriptions/{subscription_id}/pause_subscription_estimate).
Estimate Resume Subscription
Estimate a resume (POST /subscriptions/{subscription_id}/resume_subscription_estimate).
Invoices30
Create Invoice For Charge Items And Charges
Create an invoice for items + one-time charges, PC 2.0 (POST /invoices/create_for_charge_items_and_charges).
Create Ad-hoc Charge Invoice
Create an ad-hoc one-time charge invoice (POST /invoices/charge).
Create Addon Charge Invoice (PC 1.0)
Create a one-time addon charge invoice, PC 1.0 (POST /invoices/charge_addon).
Create Invoice For Charge Item
Add an item charge to an invoice (POST /invoices/{invoice_id}/create_for_charge_item).
Retrieve Invoice
Retrieve an invoice (GET /invoices/{invoice_id}).
List Invoices
List invoices with operator-suffixed filters (GET /invoices).
List Invoice Payments
List payments on an invoice (GET /invoices/{invoice_id}/payments).
Add Charge To Invoice
Add an ad-hoc charge to a pending invoice (POST /invoices/{invoice_id}/add_charge).
Add Addon Charge To Invoice (PC 1.0)
Add an addon charge to a pending invoice, PC 1.0 (POST /invoices/{invoice_id}/add_addon_charge).
Add Charge Item To Invoice (PC 2.0)
Add a charge-item line to a pending invoice, PC 2.0 (POST /invoices/{invoice_id}/add_charge_item).
Close Invoice
Close a pending invoice (POST /invoices/{invoice_id}/close).
Collect Payment For Invoice
Collect payment for an invoice (POST /invoices/{invoice_id}/collect_payment).
Record Offline Invoice Payment
Record an offline payment for an invoice (POST /invoices/{invoice_id}/record_payment).
Refund Invoice
Refund an invoice (POST /invoices/{invoice_id}/refund).
Record Offline Invoice Refund
Record an offline refund for an invoice (POST /invoices/{invoice_id}/record_refund).
Void Invoice
Void an invoice (POST /invoices/{invoice_id}/void).
Write Off Invoice
Write off an invoice (POST /invoices/{invoice_id}/write_off).
Apply Credit Notes To Invoice
Apply credit notes to an invoice (POST /invoices/{invoice_id}/apply_credits).
Remove Applied Credit Note
Remove an applied credit note from an invoice (POST /invoices/{invoice_id}/remove_credit_note).
Apply Unused Payments To Invoice
Apply unused payments to an invoice (POST /invoices/{invoice_id}/apply_payments).
Remove Applied Payment
Remove an applied payment from an invoice (POST /invoices/{invoice_id}/remove_payment).
Delete Invoice
Delete an invoice (POST /invoices/{invoice_id}/delete).
Delete Invoice Line Items
Delete line items from an invoice (POST /invoices/{invoice_id}/delete_line_items).
Update Invoice Details
Update invoice details (POST /invoices/{invoice_id}/update_details).
Stop Dunning On Invoice
Stop dunning on an invoice (POST /invoices/{invoice_id}/stop_dunning).
Import Invoice
Import an invoice (POST /invoices/{invoice_id}/import_invoice).
Retrieve Invoice PDF
Retrieve the invoice PDF download URL (GET /invoices/{invoice_id}/pdf).
Update E-Invoice
Trigger or update an e-invoice (POST /invoices/{invoice_id}/update_einvoice).
Resend E-Invoice
Resend an e-invoice (POST /invoices/{invoice_id}/resend_einvoice).
Retrieve E-Invoice Status
Retrieve e-invoice status (GET /invoices/{invoice_id}/einvoice).
Customers28
Create Subscription For Items
Create a subscription for items, PC 2.0 (POST /customers/{customer_id}/subscription_for_items).
Import Subscription For Items
Import a subscription for items, PC 2.0 (POST /customers/{customer_id}/import_subscription_for_items).
Create Customer
Create a customer (POST /customers).
Retrieve Customer
Retrieve a customer (GET /customers/{customer_id}).
List Customers
List customers with operator-suffixed filters (GET /customers).
Update Customer
Update a customer (POST /customers/{customer_id}).
Update Payment Method (Legacy)
Update a customer payment method, legacy (POST /customers/{customer_id}/update_payment_method).
Update Billing Info
Update a customer billing info (POST /customers/{customer_id}/update_billing_info).
Assign Payment Role
Assign a payment-source role (POST /customers/{customer_id}/assign_payment_role).
List Customer Contacts
List a customer contacts (GET /customers/{customer_id}/contacts).
Add Contact
Add a contact to a customer (POST /customers/{customer_id}/add_contact).
Update Contact
Update a customer contact (POST /customers/{customer_id}/update_contact).
Delete Contact
Delete a customer contact (POST /customers/{customer_id}/delete_contact).
Add Promotional Credits
Add promotional credits (POST /customers/{customer_id}/add_promotional_credits).
Deduct Promotional Credits
Deduct promotional credits (POST /customers/{customer_id}/deduct_promotional_credits).
Set Promotional Credits
Set a customer promotional-credit balance (POST /customers/{customer_id}/set_promotional_credits).
Record Excess Payment
Record an excess payment (POST /customers/{customer_id}/record_excess_payment).
Collect Payment From Customer
Collect payment from a customer (POST /customers/{customer_id}/collect_payment).
Change Customer Billing Date
Change a customer billing date (POST /customers/{customer_id}/change_billing_date).
Merge Customers
Merge two customers (POST /customers/{customer_id}/merge).
Retrieve Customer Hierarchy
Retrieve a customer hierarchy (GET /customers/{customer_id}/hierarchy).
Update Hierarchy Settings
Update a customer hierarchy settings (POST /customers/{customer_id}/update_hierarchy_settings).
Delete Customer
Delete a customer (POST /customers/{customer_id}/delete).
Move Customer
Move a customer to another site/business entity (POST /customers/{customer_id}/move).
Clear Personal Data (GDPR)
Clear a customer personal data, GDPR (POST /customers/{customer_id}/clear_personal_data).
Manage Customer Relationships
Manage customer relationships (POST /customers/{customer_id}/relationships).
List Payments For Invoice
List payments for an invoice via customer (GET /customers/{customer_id}/payments_for_invoice).
Estimate Create Subscription For Customer (Items)
Estimate for a new subscription for a customer (POST /customers/{customer_id}/create_subscription_for_items_estimate).
Hosted Pages19
Checkout New For Items (PC 2.0)
Hosted checkout for a new subscription, PC 2.0 (POST /hosted_pages/checkout_new_for_items).
Checkout New (PC 1.0)
Hosted checkout for a new subscription, PC 1.0 (POST /hosted_pages/checkout_new).
Checkout Existing For Items (PC 2.0)
Checkout to modify an existing subscription, PC 2.0 (POST /hosted_pages/checkout_existing_for_items).
Checkout Existing (PC 1.0)
Checkout to modify an existing subscription, PC 1.0 (POST /hosted_pages/checkout_existing).
Checkout One-Time For Items
One-time checkout for items (POST /hosted_pages/checkout_one_time_for_items).
Checkout One-Time
One-time checkout for charges (POST /hosted_pages/checkout_one_time).
Update Payment Method (Hosted Page)
Hosted page to update a payment method (POST /hosted_pages/update_payment_method).
Manage Payment Sources (Hosted Page)
Hosted page to manage payment sources (POST /hosted_pages/manage_payment_sources).
Collect Now (Hosted Page)
Hosted page to collect a due payment (POST /hosted_pages/collect_now).
Accept Quote (Hosted Page)
Hosted page to accept a quote (POST /hosted_pages/accept_quote).
Extend Subscription (Hosted Page)
Hosted page to extend a subscription (POST /hosted_pages/extend_subscription).
Checkout Gift For Items (PC 2.0)
Hosted gift checkout, PC 2.0 (POST /hosted_pages/checkout_gift_for_items).
Checkout Gift (PC 1.0)
Hosted gift checkout, PC 1.0 (POST /hosted_pages/checkout_gift).
Claim Gift (Hosted Page)
Hosted page to claim a gift (POST /hosted_pages/claim_gift).
Pre-Cancel (Hosted Page)
Pre-cancel retention hosted page (POST /hosted_pages/pre_cancel).
Retrieve Hosted Page
Retrieve a hosted page (GET /hosted_pages/{hosted_page_id}).
List Hosted Pages
List hosted pages (GET /hosted_pages).
Acknowledge Hosted Page
Acknowledge a hosted page (POST /hosted_pages/{hosted_page_id}/acknowledge).
Update Hosted Page Status
Update hosted-page status (POST /hosted_pages/{hosted_page_id}/update).
Quotes17
Create Subscription Quote (Customer)
Create a quote for a new subscription for a customer (POST /quotes/create_sub_for_customer_quote).
Edit Create Subscription Quote
Edit a create-subscription quote (POST /quotes/edit_create_sub_for_customer_quote).
Create Subscription Items Quote (PC 2.0)
Create a quote for items, PC 2.0 (POST /quotes/create_sub_items_for_customer_quote).
Edit Create Subscription Items Quote
Edit a create-for-items quote (POST /quotes/edit_create_sub_items_for_customer_quote).
Update Subscription Quote
Create a quote to change a subscription (POST /quotes/{subscription_id}/update_subscription_quote).
Update Subscription Quote For Items
Quote to change a subscription for items (POST /quotes/{subscription_id}/update_subscription_quote_for_items).
Edit Update Subscription Quote
Edit an update-subscription quote (POST /quotes/{subscription_id}/edit_update_subscription_quote).
Create Quote For One-Time Charges
Create a quote for one-time charges (POST /quotes/create_for_onetime_charges).
Edit One-Time Quote
Edit a one-time-charge quote (POST /quotes/{quote_id}/edit_one_time_quote).
Retrieve Quote
Retrieve a quote (GET /quotes/{quote_id}).
List Quotes
List quotes (GET /quotes).
Convert Quote
Convert a quote to a subscription/invoice (POST /quotes/{quote_id}/convert).
Update Quote Status
Update a quote status (POST /quotes/{quote_id}/update_status).
Extend Quote Expiry Date
Extend the quote expiry date (POST /quotes/{quote_id}/extend_expiry_date).
Delete Quote
Delete a quote (POST /quotes/{quote_id}/delete).
Retrieve Quote PDF
Retrieve the quote PDF (GET /quotes/{quote_id}/pdf).
List Quote Line Groups
List quote line groups (GET /quotes/{quote_id}/quote_line_groups).
Payment Sources13
Create Payment Source Using Temp Token
Create a payment source using a temp token (POST /payment_sources/create_using_temp_token).
Create Payment Source Using Token
Create a payment source using a permanent token (POST /payment_sources/create_using_token).
Create Payment Source Using Payment Intent
Create a payment source using a payment intent, 3DS (POST /payment_sources/create_using_payment_intent).
Create Bank-Account Payment Source
Create a bank-account payment source (POST /payment_sources/create_bank_account).
Update Card Payment Source
Update a card payment source (POST /payment_sources/{payment_source_id}/update_card).
Update Bank-Account Payment Source
Update a bank-account payment source (POST /payment_sources/{payment_source_id}/update_bank_account).
Verify Bank Account
Verify a bank account (POST /payment_sources/{payment_source_id}/verify_bank_account).
Retrieve Payment Source
Retrieve a payment source (GET /payment_sources/{payment_source_id}).
List Payment Sources
List payment sources (GET /payment_sources).
Delete Payment Source
Delete a payment source (POST /payment_sources/{payment_source_id}/delete).
Delete Payment Source Locally
Delete a payment source locally (POST /payment_sources/{payment_source_id}/delete_local).
Switch Gateway Account
Switch the gateway account for payment sources (POST /payment_sources/switch_gateway_account).
Export Payment Source
Export a payment source to another gateway (POST /payment_sources/export_payment_source).
Orders11
Create Order
Create an order (POST /orders).
Import Order
Import an order (POST /orders/import_order).
Retrieve Order
Retrieve an order (GET /orders/{order_id}).
List Orders
List orders (GET /orders).
Update Order
Update an order (POST /orders/{order_id}).
Assign Order Number
Assign an order number (POST /orders/{order_id}/assign_order_number).
Cancel Order
Cancel an order (POST /orders/{order_id}/cancel).
Create Refundable Credit Note
Create a refundable credit note for an order (POST /orders/{order_id}/create_refundable_credit_note).
Reopen Order
Reopen an order (POST /orders/{order_id}/reopen).
Delete Order
Delete an order (POST /orders/{order_id}/delete).
Resend Order
Resend an order (POST /orders/{order_id}/resend).
Credit Notes10
Create Credit Note
Create a credit note (POST /credit_notes).
Retrieve Credit Note
Retrieve a credit note (GET /credit_notes/{credit_note_id}).
List Credit Notes
List credit notes (GET /credit_notes).
Refund Credit Note
Refund a credit note (POST /credit_notes/{credit_note_id}/refund).
Record Offline Credit Note Refund
Record an offline refund for a credit note (POST /credit_notes/{credit_note_id}/record_refund).
Void Credit Note
Void a credit note (POST /credit_notes/{credit_note_id}/void).
Delete Credit Note
Delete a credit note (POST /credit_notes/{credit_note_id}/delete).
Remove Credit Note Payment Intents
Remove payment intents from a credit note (POST /credit_notes/{credit_note_id}/remove_payment_intents).
Retrieve Credit Note PDF
Retrieve the credit-note PDF (GET /credit_notes/{credit_note_id}/pdf).
Import Credit Note
Import a credit note (POST /credit_notes/import_credit_note).
Coupons9
Create Coupon For Items (PC 2.0)
Create a coupon for items, PC 2.0 (POST /coupons/create_for_items).
Create Coupon (PC 1.0)
Create a coupon, PC 1.0 (POST /coupons).
Retrieve Coupon
Retrieve a coupon (GET /coupons/{coupon_id}).
List Coupons
List coupons (GET /coupons).
Update Coupon For Items (PC 2.0)
Update a coupon for items, PC 2.0 (POST /coupons/{coupon_id}/update_for_items).
Update Coupon (PC 1.0)
Update a coupon, PC 1.0 (POST /coupons/{coupon_id}).
Delete Coupon
Delete a coupon (POST /coupons/{coupon_id}/delete).
Copy Coupon
Copy a coupon to another site (POST /coupons/{coupon_id}/copy).
Unarchive Coupon
Unarchive a coupon (POST /coupons/{coupon_id}/unarchive).
Item Prices9
Create Item Price
Create an item price, PC 2.0 (POST /item_prices).
Retrieve Item Price
Retrieve an item price (GET /item_prices/{item_price_id}).
List Item Prices
List item prices (GET /item_prices).
Update Item Price
Update an item price (POST /item_prices/{item_price_id}).
Delete Item Price
Delete an item price (POST /item_prices/{item_price_id}/delete).
Find Applicable Items
Find applicable items for an item price (GET /item_prices/{item_price_id}/find_applicable_items).
Find Applicable Item Prices
Find applicable item prices for an item price (GET /item_prices/{item_price_id}/find_applicable_item_prices).
Create Attached Item
Create an attached item for an item price (POST /item_prices/{item_price_id}/attached_items).
List Attached Items
List attached items for an item price (GET /item_prices/{item_price_id}/attached_items).
Addons7
Create Addon
Create an addon, PC 1.0 (POST /addons).
Retrieve Addon
Retrieve an addon (GET /addons/{addon_id}).
List Addons
List addons (GET /addons).
Update Addon
Update an addon (POST /addons/{addon_id}).
Delete Addon
Delete an addon (POST /addons/{addon_id}/delete).
Copy Addon
Copy an addon to another site (POST /addons/{addon_id}/copy).
Unarchive Addon
Unarchive an addon (POST /addons/{addon_id}/unarchive).
Coupon Sets7
Create Coupon Set
Create a coupon set (POST /coupon_sets).
Retrieve Coupon Set
Retrieve a coupon set (GET /coupon_sets/{coupon_set_id}).
List Coupon Sets
List coupon sets (GET /coupon_sets).
Add Coupon Codes
Add coupon codes to a set (POST /coupon_sets/{coupon_set_id}/add_coupon_codes).
Update Coupon Set
Update a coupon set (POST /coupon_sets/{coupon_set_id}).
Delete Coupon Set
Delete a coupon set (POST /coupon_sets/{coupon_set_id}/delete).
Delete Unused Coupon Codes
Delete unused coupon codes from a set (POST /coupon_sets/{coupon_set_id}/delete_unused_coupon_codes).
Exports7
Export Revenue Recognition
Export revenue-recognition data (POST /exports/revenue_recognition).
Export Deferred Revenue
Export deferred-revenue data (POST /exports/deferred_revenue).
Export Subscriptions
Export subscriptions (POST /exports/subscriptions).
Export Invoices
Export invoices (POST /exports/invoices).
Export Credit Notes
Export credit notes (POST /exports/credit_notes).
Export Orders
Export orders (POST /exports/orders).
Retrieve Export
Retrieve an export, poll status / download (GET /exports/{export_id}).
Gifts7
Create Gift For Items (PC 2.0)
Create a gift subscription for items, PC 2.0 (POST /gifts/create_for_items).
Create Gift (PC 1.0)
Create a gift subscription, PC 1.0 (POST /gifts).
Retrieve Gift
Retrieve a gift (GET /gifts/{gift_id}).
List Gifts
List gifts (GET /gifts).
Claim Gift
Claim a gift (POST /gifts/{gift_id}/claim).
Cancel Gift
Cancel a gift (POST /gifts/{gift_id}/cancel).
Update Gift
Update gift details (POST /gifts/{gift_id}/update_gift).
Plans7
Create Plan
Create a plan, PC 1.0 (POST /plans).
Retrieve Plan
Retrieve a plan (GET /plans/{plan_id}).
List Plans
List plans (GET /plans).
Update Plan
Update a plan (POST /plans/{plan_id}).
Delete Plan
Delete a plan (POST /plans/{plan_id}/delete).
Copy Plan
Copy a plan to another site (POST /plans/{plan_id}/copy).
Unarchive Plan
Unarchive a plan (POST /plans/{plan_id}/unarchive).
Estimates6
Estimate Create Subscription For Items (PC 2.0)
Estimate for a new subscription, PC 2.0 (POST /estimates/create_subscription_for_items).
Estimate Create Subscription (PC 1.0)
Estimate for a new subscription, PC 1.0 (POST /estimates/create_subscription).
Estimate Gift Subscription For Items (PC 2.0)
Estimate a gift subscription, PC 2.0 (POST /estimates/gift_subscription_for_items).
Estimate Gift Subscription (PC 1.0)
Estimate a gift subscription, PC 1.0 (POST /estimates/gift_subscription).
Estimate Create Invoice For Items
Estimate an ad-hoc invoice for items (POST /estimates/create_invoice_for_items).
Estimate Create Invoice
Estimate an ad-hoc invoice for charges (POST /estimates/create_invoice).
Virtual Bank Accounts6
Create Virtual Bank Account
Create a virtual bank account (POST /virtual_bank_accounts).
Create Virtual Bank Account Using Permanent Token
Create a VBA using a permanent token (POST /virtual_bank_accounts/create_using_permanent_token).
Retrieve Virtual Bank Account
Retrieve a virtual bank account (GET /virtual_bank_accounts/{vba_id}).
List Virtual Bank Accounts
List virtual bank accounts (GET /virtual_bank_accounts).
Delete Virtual Bank Account
Delete a virtual bank account (POST /virtual_bank_accounts/{vba_id}/delete).
Delete Virtual Bank Account Locally
Delete a virtual bank account locally (POST /virtual_bank_accounts/delete_local).
Differential Prices5
Create Differential Price
Create a differential price (POST /differential_prices).
Retrieve Differential Price
Retrieve a differential price (GET /differential_prices/{differential_price_id}).
List Differential Prices
List differential prices (GET /differential_prices).
Update Differential Price
Update a differential price (POST /differential_prices/{differential_price_id}).
Delete Differential Price
Delete a differential price (POST /differential_prices/{differential_price_id}/delete).
Item Families5
Create Item Family
Create an item family, PC 2.0 (POST /item_families).
Retrieve Item Family
Retrieve an item family (GET /item_families/{item_family_id}).
List Item Families
List item families (GET /item_families).
Update Item Family
Update an item family (POST /item_families/{item_family_id}).
Delete Item Family
Delete an item family (POST /item_families/{item_family_id}/delete).
Items5
Create Item
Create an item, PC 2.0 (POST /items).
Retrieve Item
Retrieve an item (GET /items/{item_id}).
List Items
List items (GET /items).
Update Item
Update an item (POST /items/{item_id}).
Delete Item
Delete an item (POST /items/{item_id}/delete).
Transactions5
Retrieve Transaction
Retrieve a transaction (GET /transactions/{transaction_id}).
List Transactions
List transactions (GET /transactions).
Delete Offline Transaction
Delete an offline transaction (POST /transactions/{transaction_id}/delete_offline_transaction).
Record Offline Refund Transaction
Record an offline refund transaction (POST /transactions/record_refund).
Record Tax-Withheld Refund
Record a tax-withheld refund (POST /transactions/record_tax_withheld_refund).
Cards4
Retrieve Card
Retrieve a customer card (GET /cards/{customer_id}).
Switch Card Gateway
Switch the gateway for a card (POST /cards/{customer_id}/switch_gateway).
Copy Card For Customer
Copy a card to another customer (POST /cards/{customer_id}/copy_card_for_customer).
Delete Card
Delete a card (POST /cards/{customer_id}/delete_card).
Attached Items3
Retrieve Attached Item
Retrieve an attached item (GET /attached_items/{attached_item_id}).
Update Attached Item
Update an attached item (POST /attached_items/{attached_item_id}).
Delete Attached Item
Delete an attached item (POST /attached_items/{attached_item_id}/delete).
Coupon Codes3
Retrieve Coupon Code
Retrieve a coupon code (GET /coupon_codes/{coupon_code}).
List Coupon Codes
List coupon codes (GET /coupon_codes).
Archive Coupon Code
Archive a coupon code (POST /coupon_codes/{coupon_code}/archive).
Payment Intents3
Retrieve Payment Intent
Retrieve a payment intent (GET /payment_intents/{payment_intent_id}).
Create Payment Intent
Create a payment intent (POST /payment_intents).
Update Payment Intent
Update a payment intent (POST /payment_intents/{payment_intent_id}).
Business Entities2
List Business Entities
List business entities (GET /business_entities).
Retrieve Business Entity
Retrieve a business entity (GET /business_entities/{id}).
Comments2
List Comments
List comments (GET /comments).
Create Comment
Create a comment (POST /comments).
Events2
Retrieve Event
Retrieve an event (GET /events/{event_id}).
List Events
List events; poll model alternative to webhooks (GET /events).
Promotional Credits2
List Promotional Credits
List promotional-credit transactions (GET /promotional_credits).
Retrieve Promotional Credit
Retrieve a promotional-credit transaction (GET /promotional_credits/{id}).
Currencies1
List Currencies
List configured currencies (GET /currencies).
Nothing matches your search.
Automations using Chargebee
Build your own automation with Chargebee in the visual builder.
Frequently asked questions
What can I automate with Chargebee?
273 actions are available — for example: Create Subscription For Items, Create Subscription (PC 1.0), Retrieve Subscription, List Subscriptions, List Subscription Contract Terms, and more.
Which Chargebee events can start a workflow?
27 triggers — for example: Subscription Created, Subscription Changed, Subscription Cancelled, Subscription Reactivated.
Can Chargebee be used as an AI agent tool?
Yes. Every Chargebee action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.
How is the Chargebee integration modelled?
Chargebee is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.