BusinessCard
Defined in: types/businessCard.ts:5
A business card captured via camera scan.
Mirrors the iOS GRDBBusinessCard Swift model.
Properties
Section titled “Properties”id: string;Defined in: types/businessCard.ts:6
team_id
Section titled “team_id”team_id: number;Defined in: types/businessCard.ts:7
user_id
Section titled “user_id”user_id: number;Defined in: types/businessCard.ts:8
event_id
Section titled “event_id”event_id: number;Defined in: types/businessCard.ts:9
attendee_id
Section titled “attendee_id”attendee_id: string | null;Defined in: types/businessCard.ts:11
Associated attendee ID if the card was linked to a badge scan.
status
Section titled “status”status: string;Defined in: types/businessCard.ts:12
source
Section titled “source”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
Section titled “image_front_uri”image_front_uri: string | null;Defined in: types/businessCard.ts:17
image_back_uri
Section titled “image_back_uri”image_back_uri: string | null;Defined in: types/businessCard.ts:18
image_front_url
Section titled “image_front_url”image_front_url: string | null;Defined in: types/businessCard.ts:19
image_back_url
Section titled “image_back_url”image_back_url: string | null;Defined in: types/businessCard.ts:20
first_name
Section titled “first_name”first_name: string;Defined in: types/businessCard.ts:21
last_name
Section titled “last_name”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
Section titled “job_title”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
Section titled “company”company: string;Defined in: types/businessCard.ts:29
phone: string;Defined in: types/businessCard.ts:30
website
Section titled “website”website: string;Defined in: types/businessCard.ts:31
address
Section titled “address”address: string;Defined in: types/businessCard.ts:32
crm_id
Section titled “crm_id”crm_id: string;Defined in: types/businessCard.ts:34
CRM record ID this card was matched to.
crm_object_type
Section titled “crm_object_type”crm_object_type: string;Defined in: types/businessCard.ts:36
CRM object type (e.g. 'Contact', 'Lead').
verified
Section titled “verified”verified: boolean;Defined in: types/businessCard.ts:38
Whether the card data has been verified against CRM records.
raw_string
Section titled “raw_string”raw_string: string;Defined in: types/businessCard.ts:40
Raw JSON string of the original scanned data.
http_status
Section titled “http_status”http_status: number;Defined in: types/businessCard.ts:41
created_at
Section titled “created_at”created_at: string | null;Defined in: types/businessCard.ts:42
updated_at
Section titled “updated_at”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
Section titled “country”country: string | null;Defined in: types/businessCard.ts:49
address1
Section titled “address1”address1: string | null;Defined in: types/businessCard.ts:50
address2
Section titled “address2”address2: string | null;Defined in: types/businessCard.ts:51
note: string | null;Defined in: types/businessCard.ts:52
degree
Section titled “degree”degree: string | null;Defined in: types/businessCard.ts:53
extra_name
Section titled “extra_name”extra_name: string | null;Defined in: types/businessCard.ts:54
phone_body
Section titled “phone_body”phone_body: string | null;Defined in: types/businessCard.ts:55
phone_code
Section titled “phone_code”phone_code: string | null;Defined in: types/businessCard.ts:56
middle_name
Section titled “middle_name”middle_name: string | null;Defined in: types/businessCard.ts:57
company_name
Section titled “company_name”company_name: string | null;Defined in: types/businessCard.ts:58
job_position
Section titled “job_position”job_position: string | null;Defined in: types/businessCard.ts:59
linkedin_url
Section titled “linkedin_url”linkedin_url: string | null;Defined in: types/businessCard.ts:60
mobile_phone
Section titled “mobile_phone”mobile_phone: string | null;Defined in: types/businessCard.ts:61
job_department
Section titled “job_department”job_department: string | null;Defined in: types/businessCard.ts:62
twitter_handle
Section titled “twitter_handle”twitter_handle: string | null;Defined in: types/businessCard.ts:63
linkedin_handle
Section titled “linkedin_handle”linkedin_handle: string | null;Defined in: types/businessCard.ts:64
phone_extension
Section titled “phone_extension”phone_extension: string | null;Defined in: types/businessCard.ts:65
phone_country_code
Section titled “phone_country_code”phone_country_code: string | null;Defined in: types/businessCard.ts:66