Front · Capability
Core API — Contacts
Core API — Contacts. 11 operations. Lead operation: List contacts. Self-contained Naftiko capability covering one Front business surface.
What You Can Do
GET
Listcontacts
— List contacts
/v1/contacts
POST
Createcontact
— Create contact
/v1/contacts
POST
Mergecontacts
— Merge contacts
/v1/contacts/merge
GET
Getcontact
— Get contact
/v1/contacts/{contact-id}
PATCH
Updateacontact
— Update a contact
/v1/contacts/{contact-id}
DELETE
Deleteacontact
— Delete a contact
/v1/contacts/{contact-id}
GET
Listcontactconversations
— List contact conversations
/v1/contacts/{contact-id}/conversations
GET
Listteammatecontacts
— List teammate contacts
/v1/teammates/{teammate-id}/contacts
POST
Createteammatecontact
— Create teammate contact
/v1/teammates/{teammate-id}/contacts
GET
Listteamcontacts
— List team contacts
/v1/teams/{team-id}/contacts
POST
Createteamcontact
— Create team contact
/v1/teams/{team-id}/contacts
MCP Tools
list-contacts
List contacts
read-only
idempotent
create-contact
Create contact
merge-contacts
Merge contacts
get-contact
Get contact
read-only
idempotent
update-contact
Update a contact
idempotent
delete-contact
Delete a contact
idempotent
list-contact-conversations
List contact conversations
read-only
idempotent
list-teammate-contacts
List teammate contacts
read-only
idempotent
create-teammate-contact
Create teammate contact
list-team-contacts
List team contacts
read-only
idempotent
create-team-contact
Create team contact