AckdbContactCreateRequest
Explicit contact push. `linkedinUrl` / `email` double as the person's durable keys (that is how the human is resolved). `isExternal` is accepted but IGNORED — ackDB is the sole authority on internal/external classification (deployment config).
Properties
emailstringnamestringtitlestringphonestringdepartmentstringlinkedinUrlstringavatarUrlstring (nullable)Photo URL — written to the resolved PERSON (http(s) only). `null` clears it.
sourcestringdefault "api"identityLinksarray ofexternalIdTypestringrequiredexternalIdValuestringrequiredtraitsarray ofContact traits (EAV).
object
Example
AckdbContactCreateRequest example
{
"email": "elly@acme.com",
"name": "Elly Chen",
"title": "VP Engineering",
"phone": "string",
"department": "string",
"linkedinUrl": "https://www.linkedin.com/in/ellychen",
"avatarUrl": "https://media.licdn.com/dms/image/v2/abc/profile.jpg",
"source": "api",
"identityLinks": [
{
"externalIdType": "string",
"externalIdValue": "string"
}
],
"traits": [
{}
]
}