Skip to main content
POST
Import a contact

Authorizations

Authorization
string
header
required

Body

application/json

Contact object to import

clientId
string<uuid>
required
title
string | null
Maximum string length: 80
firstName
string | null
Maximum string length: 80
lastName
string | null
Maximum string length: 80
email
string | null
Maximum string length: 80
phoneNumber
string | null
Maximum string length: 80
mobilePhoneNumber
string | null
Maximum string length: 80
externalId
string | null
Maximum string length: 80
main
boolean | null

Response

Returns the imported contact

id
string<uuid>
tenantId
string<uuid>
clientId
string<uuid>
title
string | null
firstName
string | null
lastName
string | null
email
string | null
phoneNumber
string | null
mobilePhoneNumber
string | null
externalId
string | null
main
boolean
createdAt
string<date-time>
updatedAt
string<date-time>