Upsert Contact Card
Create a new contact card or updates an existing one with full vCard data.
Headers
PINNACLE-API-KEY
Request
This endpoint expects an object.
formattedName
Full display name for the vCard.
name
Structured name components.
id
Unique identifier for the contact.
nickname
Nicknames or aliases.
birthday
Birthday in ISO 8601 date format (YYYY-MM-DD).
addresses
Physical addresses.
url
Website URL.
phones
Phone numbers.
emails
Email addresses.
timezone
Timezone (e.g., “America/New_York”).
geo
Geographic coordinates.
title
Job title or position.
role
Role or function within the organization.
organization
Organization or company information.
categories
Categories or tags for organizing contacts.
note
Additional notes or comments.
photo
Contact's photo
Response
Successfully created/updated contact card.
id
Contact's id
downloadUrl
Presigned download url to download vCard data.
This link will expire in one hour.