OCNORA

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

  • Event
    Start a run when Chargebee emits an event (subscription, invoice, payment…).
    trigger.chargebee_event

Operations 31

  • Apply Credits To Invoice
    Apply the customer's refundable credit notes to an invoice.
    chargebee.apply_credits
  • Cancel Subscription
    Cancel a subscription immediately, at term end, or on a chosen date.
    chargebee.cancel_subscription
  • Close Invoice
    Close a pending invoice so it becomes payable.
    chargebee.close_invoice
  • Collect Invoice Payment
    Charge a payment source to settle an outstanding invoice.
    chargebee.collect_invoice_payment
  • Collect Payment For Customer
    Charge the customer's payment source and allocate it to their invoices.
    chargebee.collect_payment_for_customer
  • Create Customer
    Create a customer, optionally with a billing address.
    chargebee.create_customer
  • Create Invoice
    Raise an invoice for charge items and one-time charges.
    chargebee.create_invoice
  • Create Subscription
    Subscribe an existing customer to one or more item prices.
    chargebee.create_subscription
  • Delete Customer
    Delete a customer and everything Chargebee holds against it.
    chargebee.delete_customer
  • Delete Invoice
    Delete an invoice, optionally reclaiming the credits it consumed.
    chargebee.delete_invoice
  • Delete Subscription
    Delete a subscription and the data Chargebee holds against it.
    chargebee.delete_subscription
  • Get Customer
    Retrieve one customer by its Chargebee id.
    chargebee.get_customer
  • Get Invoice
    Retrieve one invoice by its Chargebee id.
    chargebee.get_invoice
  • Get Invoice PDF
    Ask Chargebee for a short-lived download URL for the invoice PDF.
    chargebee.get_invoice_pdf
  • Get Subscription
    Retrieve one subscription by its Chargebee id.
    chargebee.get_subscription
  • List Customer Contacts
    Read the additional contacts attached to one customer.
    chargebee.list_customer_contacts
  • List Customers
    Read a page of customers, with Chargebee's list filters and sorting.
    chargebee.list_customers
  • List Invoices
    Read a page of invoices, with Chargebee's list filters and sorting.
    chargebee.list_invoices
  • List Subscriptions
    Read a page of subscriptions, with Chargebee's list filters and sorting.
    chargebee.list_subscriptions
  • Pause Subscription
    Pause a subscription now, at term end, or on a specific date.
    chargebee.pause_subscription
  • Reactivate Subscription
    Bring a cancelled subscription back into an active state.
    chargebee.reactivate_subscription
  • Record Invoice Payment
    Record a payment that was taken outside Chargebee against an invoice.
    chargebee.record_invoice_payment
  • Refund Invoice
    Refund a paid invoice in full or in part.
    chargebee.refund_invoice
  • Remove Scheduled Cancellation
    Call off a cancellation that was scheduled for the end of the term.
    chargebee.remove_scheduled_cancellation
  • Resume Subscription
    Resume a paused subscription and decide what happens to unpaid invoices.
    chargebee.resume_subscription
  • Send Invoice Email
    Queue 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 Info
    Replace the customer's billing address or VAT number.
    chargebee.update_billing_info
  • Update Customer
    Change one or more attributes of an existing customer.
    chargebee.update_customer
  • Update Subscription
    Change the items or terms of an existing subscription.
    chargebee.update_subscription
  • Void Invoice
    Void an invoice that should never be collected.
    chargebee.void_invoice
  • Write Off Invoice
    Write 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.