Kustomer integration (Productivity, Data). Imported from open-connector.
https://api.kustomerapp.com/v1/customers
| Param | Type | Required | Description |
|---|---|---|---|
| filter | object | optional | Kustomer customer list filters for createdAt and updatedAt timestamp ranges. |
| sort | string | optional | Sort customers by createdAt or updatedAt, with '-' for descending order. |
| page | integer | optional | Page number of customer results to return. |
| pageSize | integer | optional | Number of customer results to return per page. |
/customers/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Kustomer customer ID. A comma-separated list can retrieve multiple customers. |
| include | string | optional | Comma-separated includes. Kustomer documents company as the supported include f… |
/
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | Customer email address. | |
| include | string | optional | Comma-separated includes. Kustomer documents company as the supported include f… |
/
| Param | Type | Required | Description |
|---|---|---|---|
| externalId | string | required | External customer ID from another system. |
| include | string | optional | Comma-separated includes. Kustomer documents company as the supported include f… |
/
| Param | Type | Required | Description |
|---|---|---|---|
| phone | string | required | Customer phone number. |
| include | string | optional | Comma-separated includes. Kustomer documents company as the supported include f… |
/customers/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | object | required | Kustomer customer search criteria JSON body. |
| page | integer | optional | Page number of search results to return. |
| pageSize | integer | optional | Number of search results to return per page. |
| idsOnly | boolean | optional | Return only matching customer IDs. |
| id | string | optional | Saved search ID used to execute a stored query before searching. |
| withIntelliAggs | boolean | optional | Include intelligent aggregation data in search results. |
| trackTotalHits | boolean | optional | Track an exact total hit count for the search request. |
/customers
| Param | Type | Required | Description |
|---|---|---|---|
| customer | object | optional | Kustomer customer attributes accepted by create and update customer endpoints. |
/customers/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Kustomer customer ID. |
| replace | boolean | optional | If true, replace the full resource instead of applying merge semantics. |
| customer | object | required | Kustomer customer attributes accepted by create and update customer endpoints. |