Create contact
Add a contact to a Tapify Teams workspace.
connectedWithProfileId to that member’s id. The member must belong to the same workspace. Creating or assigning a contact through the API does not send email.
message and captureMethod are set by Tapify and cannot be changed through the API. Use internalNote for a private note that is visible only inside the workspace.Authorizations
API key created under Settings → API keys.
Body
Details for a new contact. When the email already exists, Tapify updates that contact with the fields in this request.
Contact's full name.
"Alex Morgan"
"Sales Director"
"Northstar"
Email address. Tapify uses it to prevent duplicate contacts.
"alex@northstar.example"
Mobile phone number.
"+31612345678"
Other phone number, such as an office number.
"https://northstar.example"
"https://linkedin.com/in/alex-morgan"
"Amsterdam, Netherlands"
Private workspace note. Tapify does not show or send it to the contact.
"Added from our CRM."
Team member ID to assign to the contact. The member must be in the same workspace. This does not send email.
"45fa16aa-2546-49b3-9d1e-7b7e1c9fb1e7"
Tags to add to the contact.
Response
Existing contact updated
A contact saved in the Tapify Teams workspace.