Skip to content

BusinessCard

Defined in: types/businessCard.ts:5

A business card captured via camera scan. Mirrors the iOS GRDBBusinessCard Swift model.

id: string;

Defined in: types/businessCard.ts:6


team_id: number;

Defined in: types/businessCard.ts:7


user_id: number;

Defined in: types/businessCard.ts:8


event_id: number;

Defined in: types/businessCard.ts:9


attendee_id: string | null;

Defined in: types/businessCard.ts:11

Associated attendee ID if the card was linked to a badge scan.


status: string;

Defined in: types/businessCard.ts:12


source: string;

Defined in: types/businessCard.ts:14

How the card was captured (e.g. 'scan', 'manual').


url: string;

Defined in: types/businessCard.ts:16

URL to the scanned card image.


image_front_uri: string | null;

Defined in: types/businessCard.ts:17


image_back_uri: string | null;

Defined in: types/businessCard.ts:18


image_front_url: string | null;

Defined in: types/businessCard.ts:19


image_back_url: string | null;

Defined in: types/businessCard.ts:20


first_name: string;

Defined in: types/businessCard.ts:21


last_name: string;

Defined in: types/businessCard.ts:22


name: string;

Defined in: types/businessCard.ts:24

Full name as parsed by OCR.


email: string;

Defined in: types/businessCard.ts:25


job_title: string;

Defined in: types/businessCard.ts:27

Job title from the scanned card. Also available as title (legacy alias).


title: string;

Defined in: types/businessCard.ts:28


company: string;

Defined in: types/businessCard.ts:29


phone: string;

Defined in: types/businessCard.ts:30


website: string;

Defined in: types/businessCard.ts:31


address: string;

Defined in: types/businessCard.ts:32


crm_id: string;

Defined in: types/businessCard.ts:34

CRM record ID this card was matched to.


crm_object_type: string;

Defined in: types/businessCard.ts:36

CRM object type (e.g. 'Contact', 'Lead').


verified: boolean;

Defined in: types/businessCard.ts:38

Whether the card data has been verified against CRM records.


raw_string: string;

Defined in: types/businessCard.ts:40

Raw JSON string of the original scanned data.


http_status: number;

Defined in: types/businessCard.ts:41


created_at: string | null;

Defined in: types/businessCard.ts:42


updated_at: string | null;

Defined in: types/businessCard.ts:43


job: string | null;

Defined in: types/businessCard.ts:45


zip: string | null;

Defined in: types/businessCard.ts:46


city: string | null;

Defined in: types/businessCard.ts:47


state: string | null;

Defined in: types/businessCard.ts:48


country: string | null;

Defined in: types/businessCard.ts:49


address1: string | null;

Defined in: types/businessCard.ts:50


address2: string | null;

Defined in: types/businessCard.ts:51


note: string | null;

Defined in: types/businessCard.ts:52


degree: string | null;

Defined in: types/businessCard.ts:53


extra_name: string | null;

Defined in: types/businessCard.ts:54


phone_body: string | null;

Defined in: types/businessCard.ts:55


phone_code: string | null;

Defined in: types/businessCard.ts:56


middle_name: string | null;

Defined in: types/businessCard.ts:57


company_name: string | null;

Defined in: types/businessCard.ts:58


job_position: string | null;

Defined in: types/businessCard.ts:59


linkedin_url: string | null;

Defined in: types/businessCard.ts:60


mobile_phone: string | null;

Defined in: types/businessCard.ts:61


job_department: string | null;

Defined in: types/businessCard.ts:62


twitter_handle: string | null;

Defined in: types/businessCard.ts:63


linkedin_handle: string | null;

Defined in: types/businessCard.ts:64


phone_extension: string | null;

Defined in: types/businessCard.ts:65


phone_country_code: string | null;

Defined in: types/businessCard.ts:66