Skip to main content
POST
Create a contact

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Body

application/json

Request model for creating a new contact. All fields are optional — at minimum provide email or a LinkedIn URL.

email
string<email>

Primary email address

firstName
string

First name

lastName
string

Last name

phone
string

Phone number

phone2
string

Secondary phone number

title
string

Job title

company
string

Organization name

companySize
enum<string>

Organization employee count range

Available options:
Empty,
SelfEmployed,
Ten,
Fifty,
TwoHundred,
FiveHundred,
OneThousand,
FiveThousand,
TenThousand,
OverTenThousand
industry
string

Business sector

city
string

City of residence

state
string

State/province

country
string

Country

timeZoneId
string

Timezone identifier

linkedInUrl
string<uri>

LinkedIn profile URL

linkedInSalesNavigatorUrl
string<uri>

Sales Navigator URL

linkedInRecruiterUrl
string<uri>

Recruiter URL

notes
string

Additional information

accountId
integer | null

ID of the contact account to link this contact to

customFields
object[]

User-defined fields

Response

Contact created successfully

Contact response model

id
integer
read-only

Unique ID

email
string<email>

Primary email address

domain
string
read-only

Email domain (derived from email)

firstName
string

First name

lastName
string

Last name

phone
string

Phone number

title
string

Job title

company
string

Organization name

companySize
enum<string>

Organization employee count range

Available options:
empty,
selfEmployed,
ten,
fifty,
twoHundred,
fiveHundred,
oneThousand,
fiveThousand,
tenThousand,
overTenThousand
industry
string

Business sector

city
string

City of residence

state
string

State/province

country
string

Country

timeZoneId
string

Timezone identifier

linkedInUrl
string<uri>

LinkedIn profile URL

linkedInSalesNavigatorUrl
string<uri>

Sales Navigator URL

linkedInRecruiterUrl
string<uri>

Recruiter URL

phoneStatus
enum<string>

Phone validation status

Available options:
pending,
invalid,
valid,
validationFailed,
notValidated
notes
string

Additional information

ownerUserId
integer

ID of the user who owns this contact

accountId
integer | null

ID of the contact account this contact belongs to

isOptedOut
boolean
read-only

Whether the contact has opted out of communications

callStatus
enum<string>

Contact-level call status

Available options:
none,
toCall,
called
meetingStatus
enum<string>

Contact-level meeting status

Available options:
none,
meetingBooked
addingDate
string<date-time> | null
read-only

Date the contact was added

createdAt
string<date-time> | null
read-only

Creation timestamp

lastModifiedAt
string<date-time> | null
read-only

Last modification timestamp

customFields
object[]

User-defined fields