Contacts are the list of persons/organizations to whom billing and accounting emails will be sent.
Sample contact [ JSON ]
{
"id": "ty68op521m",
"first_name": "Michel",
"last_name": "Ross",
"email": "Mike@test.com",
"label": "Mike",
"enabled": true,
"send_account_email": true,
"send_billing_email": false,
"object": "contact"
}
API Index URL GET
https://{site}.chargebee.com/api/v2/contacts
string, max chars=150 Unique reference ID provided for the contact.
optional, string, max chars=150 First name of the contact.
optional, string, max chars=150 Last name of the contact.
string, max chars=70 Email of the contact.
optional, string, max chars=50 Phone number of the contact.
optional, string, max chars=50 Label/Tag provided for contact.
boolean, default=false Contact enabled / disabled
boolean, default=false Whether Account Emails option is enabled for the contact.
boolean, default=false Whether Billing Emails option is enabled for the contact.
This is a list of the event types we currently support. We will continue
to add more events moving forward. All events follow a uniform pattern -
<resource>_<event_name>. The resources that will be
present in the event content are provided beneath each event type's
description.
Note: If consolidated invoicing is enabled, the
attributes invoice.subscription_id and
credit_note.subscription_id should not be used
(as it will not be present if the invoice / credit note has lines from
multiple subscriptions). Instead to know the related subscriptions,
their line_items' subscription_id attribute should be referred.
string, max chars=150 Unique reference ID provided for the contact.
optional, string, max chars=150 First name of the contact.
optional, string, max chars=150 Last name of the contact.
string, max chars=70 Email of the contact.
optional, string, max chars=50 Phone number of the contact.
optional, string, max chars=50 Label/Tag provided for contact.
boolean, default=false Contact enabled / disabled
boolean, default=false Whether Account Emails option is enabled for the contact.
boolean, default=false Whether Billing Emails option is enabled for the contact.