User / Profile Databeginner

Contact Card JSON Example

A portable contact object you can use in address books, CRM cards, or support tools.

Real-world use case: Use this for contact syncing, profile cards, and small reusable data examples.
1{
2 "contactId": "ct_3301",
3 "givenName": "Nina",
4 "familyName": "Shah",
5 "phone": "+91-98765-43210",
6 "company": "Riverline Studio",
7 "labels": [
8 "vip",
9 "design-partner"
10 ]
11}

Where this shape shows up in production

CRM cards
Support desks
Contact sync

Related examples