Go to Rilla

ConversationCustomer

Customer contact and address from the linked CRM context. Individual values can be null.

4 fieldsapplication/jsonDownload JSON Schema ↓

Fields

Required means the key is present; nullable means its value may be null. These are different. Examples are synthetic, complete for the documented fields, and not real customer data.

namestring | nullrequirednullable

Customer name.

Example "Jordan Lee"
emailstring | nullrequirednullable

Customer email.

Example "jordan@example.com"
phonestring | nullrequirednullable

Customer phone number.

Example "+1-202-555-0142"

Structured address, or null when no address fields exist.

Complete example

ConversationCustomer · complete example
{
  "name": "Jordan Lee",
  "email": "jordan@example.com",
  "phone": "+1-202-555-0142",
  "address": {
    "street": "123 Example Street",
    "unit": null,
    "city": "New York",
    "state": "NY",
    "zip": "10001",
    "country": "US"
  }
}

All response types →

On this page