Supaglue · Capability
Unified CRM API — Contacts
Unified CRM API — Contacts. 6 operations. Lead operation: Create contact. Self-contained Naftiko capability covering one Supaglue business surface.
What You Can Do
POST
Createcontact
— Create contact
/v1/contacts
GET
Listcontacts
— List contacts
/v1/contacts
POST
Searchcontacts
— Search contacts
/v1/contacts/search
POST
Upsertcontact
— Upsert contact
/v1/contacts/upsert
GET
Getcontact
— Get contact
/v1/contacts/{contact-id}
PATCH
Updatecontact
— Update contact
/v1/contacts/{contact-id}
MCP Tools
create-contact
Create contact
list-contacts
List contacts
read-only
idempotent
search-contacts
Search contacts
read-only
upsert-contact
Upsert contact
get-contact
Get contact
read-only
idempotent
update-contact
Update contact
idempotent