AckdbAddContactIdentityLinkRequest

Request body for POST /contacts/{contactId}/links. Only a REGISTERED universal type is accepted (no source-declared types, no 'domain'); always stamped source:'manual'.

Properties

externalIdTypestringrequired
externalIdValuestringrequired

Example

AckdbAddContactIdentityLinkRequest example
{
  "externalIdType": "slack_user_id_custom",
  "externalIdValue": "U123456"
}