← Tools Reference

Kustomer

Kustomer integration (Productivity, Data). Imported from open-connector.

API key8 toolshttps://api.kustomerapp.com/v1
GET
kustomer_list_customers
List Kustomer customers with pagination, sorting, and createdAt or updatedAt timestamp filters.

/customers

4 parameters
ParamTypeRequiredDescription
filterobjectoptionalKustomer customer list filters for createdAt and updatedAt timestamp ranges.
sortstringoptionalSort customers by createdAt or updatedAt, with '-' for descending order.
pageintegeroptionalPage number of customer results to return.
pageSizeintegeroptionalNumber of customer results to return per page.
GET
kustomer_get_customer
Retrieve one Kustomer customer by customer ID.

/customers/{id}

2 parameters
ParamTypeRequiredDescription
idstringrequiredKustomer customer ID. A comma-separated list can retrieve multiple customers.
includestringoptionalComma-separated includes. Kustomer documents company as the supported include f…
GET
kustomer_get_customer_by_email
Retrieve one Kustomer customer by email address.

/

2 parameters
ParamTypeRequiredDescription
emailstringrequiredCustomer email address.
includestringoptionalComma-separated includes. Kustomer documents company as the supported include f…
GET
kustomer_get_customer_by_external_id
Retrieve one Kustomer customer by external ID.

/

2 parameters
ParamTypeRequiredDescription
externalIdstringrequiredExternal customer ID from another system.
includestringoptionalComma-separated includes. Kustomer documents company as the supported include f…
GET
kustomer_get_customer_by_phone
Retrieve one Kustomer customer by phone number.

/

2 parameters
ParamTypeRequiredDescription
phonestringrequiredCustomer phone number.
includestringoptionalComma-separated includes. Kustomer documents company as the supported include f…
POST
kustomer_search_customers
Search Kustomer customers with Kustomer's JSON search criteria DSL.

/customers/search

7 parameters
ParamTypeRequiredDescription
queryobjectrequiredKustomer customer search criteria JSON body.
pageintegeroptionalPage number of search results to return.
pageSizeintegeroptionalNumber of search results to return per page.
idsOnlybooleanoptionalReturn only matching customer IDs.
idstringoptionalSaved search ID used to execute a stored query before searching.
withIntelliAggsbooleanoptionalInclude intelligent aggregation data in search results.
trackTotalHitsbooleanoptionalTrack an exact total hit count for the search request.
POST
kustomer_create_customer
Create a Kustomer customer with common identity, contact, tag, and custom attribute fields.

/customers

1 parameter
ParamTypeRequiredDescription
customerobjectoptionalKustomer customer attributes accepted by create and update customer endpoints.
PUT
kustomer_update_customer
Update a Kustomer customer with common identity, contact, tag, and custom attribute fields.

/customers/{id}

3 parameters
ParamTypeRequiredDescription
idstringrequiredKustomer customer ID.
replacebooleanoptionalIf true, replace the full resource instead of applying merge semantics.
customerobjectrequiredKustomer customer attributes accepted by create and update customer endpoints.