freshdesk · Capability
Freshdesk REST API — Contacts
Freshdesk REST API — Contacts. 9 operations. Lead operation: List all contact fields. Self-contained Naftiko capability covering one Freshdesk business surface.
What You Can Do
GET
Listcontactfields
— List all contact fields
/v1/contact-fields
GET
Listcontacts
— List all contacts
/v1/contacts
POST
Createcontact
— Create a contact
/v1/contacts
POST
Exportcontacts
— Export contacts
/v1/contacts/export
POST
Mergecontacts
— Merge contacts
/v1/contacts/merge
GET
Getcontact
— View a contact
/v1/contacts/{contact-id}
PUT
Updatecontact
— Update a contact
/v1/contacts/{contact-id}
DELETE
Deletecontact
— Delete a contact
/v1/contacts/{contact-id}
PUT
Restorecontact
— Restore a deleted contact
/v1/contacts/{contact-id}/restore
MCP Tools
list-all-contact-fields
List all contact fields
read-only
idempotent
list-all-contacts
List all contacts
read-only
idempotent
create-contact
Create a contact
export-contacts
Export contacts
merge-contacts
Merge contacts
view-contact
View a contact
read-only
idempotent
update-contact
Update a contact
idempotent
delete-contact
Delete a contact
idempotent
restore-deleted-contact
Restore a deleted contact
idempotent