Create a contact
contacts:write scope (or a broader one that includes it).
Use this endpoint when you need to add a single new contact to your account — for example when capturing a lead from your own application. Provide any known profile fields and custom field values; the contact is created under your ownership and returned with its assigned id. To add many contacts at once, or to update existing ones by a match key, use the import endpoint instead.
Authorizations
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
Request model for creating a new contact. All fields are optional — at minimum provide email or a LinkedIn URL.
Primary email address
First name
Last name
Phone number
Secondary phone number
Job title
Organization name
Organization employee count range
Empty, SelfEmployed, Ten, Fifty, TwoHundred, FiveHundred, OneThousand, FiveThousand, TenThousand, OverTenThousand Business sector
City of residence
State/province
Country
Timezone identifier
LinkedIn profile URL
Sales Navigator URL
Recruiter URL
Additional information
ID of the contact account to link this contact to
User-defined fields
Response
Contact created successfully
Contact response model
Unique ID
Primary email address
Email domain (derived from email)
First name
Last name
Phone number
Job title
Organization name
Organization employee count range
empty, selfEmployed, ten, fifty, twoHundred, fiveHundred, oneThousand, fiveThousand, tenThousand, overTenThousand Business sector
City of residence
State/province
Country
Timezone identifier
LinkedIn profile URL
Sales Navigator URL
Recruiter URL
Phone validation status
pending, invalid, valid, validationFailed, notValidated Additional information
ID of the user who owns this contact
ID of the contact account this contact belongs to
Whether the contact has opted out of communications
Contact-level call status
none, toCall, called Contact-level meeting status
none, meetingBooked Date the contact was added
Creation timestamp
Last modification timestamp
User-defined fields