Chargebee
CRM & salesAPI keycredential probe
Manage customers, subscriptions and invoices on a Chargebee Billing site through the v2 API (Product Catalog 2.0).
OCNORA ships 31 typed Chargebee operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://{site}.chargebee.com/api/v2 through the HTTP node with the same credential.
Triggers 1
- EventStart a run when Chargebee emits an event (subscription, invoice, payment…).trigger.chargebee_event
Operations 31
- Apply Credits To InvoiceApply the customer's refundable credit notes to an invoice.chargebee.apply_credits
- Cancel SubscriptionCancel a subscription immediately, at term end, or on a chosen date.chargebee.cancel_subscription
- Close InvoiceClose a pending invoice so it becomes payable.chargebee.close_invoice
- Collect Invoice PaymentCharge a payment source to settle an outstanding invoice.chargebee.collect_invoice_payment
- Collect Payment For CustomerCharge the customer's payment source and allocate it to their invoices.chargebee.collect_payment_for_customer
- Create CustomerCreate a customer, optionally with a billing address.chargebee.create_customer
- Create InvoiceRaise an invoice for charge items and one-time charges.chargebee.create_invoice
- Create SubscriptionSubscribe an existing customer to one or more item prices.chargebee.create_subscription
- Delete CustomerDelete a customer and everything Chargebee holds against it.chargebee.delete_customer
- Delete InvoiceDelete an invoice, optionally reclaiming the credits it consumed.chargebee.delete_invoice
- Delete SubscriptionDelete a subscription and the data Chargebee holds against it.chargebee.delete_subscription
- Get CustomerRetrieve one customer by its Chargebee id.chargebee.get_customer
- Get InvoiceRetrieve one invoice by its Chargebee id.chargebee.get_invoice
- Get Invoice PDFAsk Chargebee for a short-lived download URL for the invoice PDF.chargebee.get_invoice_pdf
- Get SubscriptionRetrieve one subscription by its Chargebee id.chargebee.get_subscription
- List Customer ContactsRead the additional contacts attached to one customer.chargebee.list_customer_contacts
- List CustomersRead a page of customers, with Chargebee's list filters and sorting.chargebee.list_customers
- List InvoicesRead a page of invoices, with Chargebee's list filters and sorting.chargebee.list_invoices
- List SubscriptionsRead a page of subscriptions, with Chargebee's list filters and sorting.chargebee.list_subscriptions
- Pause SubscriptionPause a subscription now, at term end, or on a specific date.chargebee.pause_subscription
- Reactivate SubscriptionBring a cancelled subscription back into an active state.chargebee.reactivate_subscription
- Record Invoice PaymentRecord a payment that was taken outside Chargebee against an invoice.chargebee.record_invoice_payment
- Refund InvoiceRefund a paid invoice in full or in part.chargebee.refund_invoice
- Remove Scheduled CancellationCall off a cancellation that was scheduled for the end of the term.chargebee.remove_scheduled_cancellation
- Resume SubscriptionResume a paused subscription and decide what happens to unpaid invoices.chargebee.resume_subscription
- Send Invoice EmailQueue Chargebee's invoice email for the customer. This endpoint is asynchronous only: Chargebee accepts the request and posts the email log to the callback URL later, so the node reports acceptance, not delivery.chargebee.send_invoice_email
- Update Customer Billing InfoReplace the customer's billing address or VAT number.chargebee.update_billing_info
- Update CustomerChange one or more attributes of an existing customer.chargebee.update_customer
- Update SubscriptionChange the items or terms of an existing subscription.chargebee.update_subscription
- Void InvoiceVoid an invoice that should never be collected.chargebee.void_invoice
- Write Off InvoiceWrite off an unpaid invoice as bad debt.chargebee.write_off_invoice
Run your first Chargebee workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.