Create a Nucleus contact
Nucleus
Create a Nucleus contact
Creates a contact in Audity’s lightweight CRM. Only name is required, all other fields are optional. relationshipType is silently coerced to null if not one of the allowed enum values.
Returns 201 with the created contact. Note: this endpoint returns the contact directly (not wrapped under { contact: ... }).
POST
Create a Nucleus contact
Documentation Index
Fetch the complete documentation index at: https://docs.auditynow.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.
Body
application/json
Contact's full name. Trimmed before save.
Minimum string length:
1Silently coerced to null if not one of the allowed values.
Available options:
client, prospect, partner, referral, null Response
Contact created
Available options:
client, prospect, partner, referral 
