Supaglue · Capability
Unified CRM API — CustomObjects
Unified CRM API — CustomObjects. 4 operations. Lead operation: Create custom object record. Self-contained Naftiko capability covering one Supaglue business surface.
What You Can Do
POST
Createcustomobjectrecord
— Create custom object record
/v1/custom-objects/{object-name}/records
GET
Listcustomobjectrecords
— List custom object records
/v1/custom-objects/{object-name}/records
PATCH
Updatecustomobjectrecord
— Update custom object record
/v1/custom-objects/{object-name}/records/{record-id}
GET
Getcustomobjectrecord
— Get custom object record
/v1/custom-objects/{object-name}/records/{record-id}
MCP Tools
create-custom-object-record
Create custom object record
list-custom-object-records
List custom object records
read-only
idempotent
update-custom-object-record
Update custom object record
idempotent
get-custom-object-record
Get custom object record
read-only
idempotent