Introducing OpenTelemetry for Chargebee SDKs — trace every API call in any telemetry tool.
Chargebeechargebee API

Send Credit Note Email

Sends the credit note email to the customer using the site's published Send Credit Note Email Engage notification template.

Use this operation to resend or manually trigger the credit note email for a customer outside the normal notification schedule.

Async-only This operation is asynchronous only. You must send Prefer: respond-async, a unique chargebee-request-id, and a chargebee-async-callback-url. The HTTP response is 202 Accepted with an empty body. When processing completes, Chargebee delivers the outcome to your async callback URL — a successful result contains email_logs.

Prerequisites & Constraints

  • Email Engage V2 must be enabled for the site.
  • The Send Credit Note Email notification template must be published and enabled.
  • The from address configured for the notification template must be verified.
  • The customer associated with the credit note must have a valid email address.
  • The credit note status must not be voided.
  • The credit note reason_code must not be write_off.

Sample Request

Sample Result[JSON]

URL Format

POST https://[site].chargebee.com/api/v2/credit_notes/{credit-note-id}/send_email

Returns

always returned

List of email log objects for the send request. Each entry describes one email that was sent or attempted.