projects

Add Contact

Add a contact to a project.

Creates or finds a Person in the knowledge graph (Neo4j) and creates a CONTACT_FOR relationship to the project. The Person may also be linked to a Company based on email domain.

post/v1/projects/{project_id}/contacts

Path parameters

project_idstring uuid required

Request body

emailstring email required
namestring nullable
rolestring nullable
companystring nullable
priorityinteger
notesstring nullable

Response

Successful Response

keystring required
emailstring required
namestring nullable required
rolestring nullable required
priorityinteger nullable required
notesstring nullable required
last_contacted_atstring nullable required
created_atstring nullable required

Changes

No recorded changes to this endpoint across all 1 revision of this API.