Skip to main content
POST
Create a Nucleus contact

Authorizations

Authorization
string
header
required

A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.

Body

application/json
name
string
required

Contact's full name. Trimmed before save.

Minimum string length: 1
email
string<email> | null
phone
string | null
company
string | null
role
string | null
notes
string | null
relationshipType
enum<string> | null

Silently coerced to null if not one of the allowed values.

Available options:
client,
prospect,
partner,
referral,
null

Response

Contact created

id
string<uuid>
required
name
string
required
createdAt
string<date-time>
required
email
string<email> | null
phone
string | null
company
string | null
role
string | null
notes
string | null
relationshipType
enum<string> | null
Available options:
client,
prospect,
partner,
referral
lastInteractionAt
string<date-time> | null