← Tools Reference

Chattermill

Chattermill integration (Data, Marketing). Imported from open-connector.

API key22 toolshttps://api.chattermill.com/v1
GET
chattermill_list_projects
List Chattermill projects accessible to the API key.

/projects

GET
chattermill_get_project
Get a Chattermill project by project ID.

/projects/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredChattermill resource identifier used in the API path.
GET
chattermill_list_responses
List responses for a Chattermill project with optional filters.

/{project}/responses

3 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
pageintegeroptionalPage number to request from Chattermill.
perPageintegeroptionalMaximum number of records to return per page.
GET
chattermill_get_response
Get a single Chattermill response by ID.

/{project}/responses/{id}

2 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
idstringrequiredChattermill resource identifier used in the API path.
POST
chattermill_create_response
Create a response in a Chattermill project.

/{project}/responses{responseId}

3 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
responseobjectrequiredRaw Chattermill object.
responseIdstringrequiredPath parameter: responseId
PUT
chattermill_update_response
Update user metadata, segments, or other response fields in Chattermill.

/{project}/responses{responseId}

3 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
responseIdstringrequiredChattermill resource identifier used in the API path.
responseobjectrequiredRaw Chattermill object.
DELETE
chattermill_delete_response
Permanently delete a Chattermill response by ID.

/{project}/responses/{responseId}

2 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
responseIdstringrequiredChattermill resource identifier used in the API path.
GET
chattermill_search_responses
Search for Chattermill responses by response ID, user metadata, or custom criteria.

/{project}/responses/search

3 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
pageintegeroptionalPage number to request from Chattermill.
perPageintegeroptionalMaximum number of records to return per page.
GET
chattermill_list_data_sources
List data sources for a Chattermill project.

/{project}/{family}

2 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
familystringrequiredPath parameter: family
GET
chattermill_get_data_source
Get a Chattermill data source by ID.

/{project}/{family}/{id}

3 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
idstringrequiredChattermill resource identifier used in the API path.
familystringrequiredPath parameter: family
GET
chattermill_list_data_types
List data types for a Chattermill project.

/{project}/{family}

2 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
familystringrequiredPath parameter: family
GET
chattermill_get_data_type
Get a Chattermill data type by ID.

/{project}/{family}/{id}

3 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
idstringrequiredChattermill resource identifier used in the API path.
familystringrequiredPath parameter: family
GET
chattermill_list_custom_segments
List custom segments for a Chattermill project.

/{project}/custom_segments

1 parameter
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
GET
chattermill_get_metric
Get a Chattermill metric value for a project.

/{project}/metrics/{type}

2 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
typestringrequiredChattermill resource identifier used in the API path.
GET
chattermill_list_themes
List themes for a Chattermill project.

/{project}/{family}

2 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
familystringrequiredPath parameter: family
GET
chattermill_get_theme
Get a Chattermill theme by ID.

/{project}/{family}/{id}

3 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
idstringrequiredChattermill resource identifier used in the API path.
familystringrequiredPath parameter: family
GET
chattermill_list_categories
List categories for a Chattermill project.

/{project}/{family}

2 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
familystringrequiredPath parameter: family
GET
chattermill_get_category
Get a Chattermill category by ID.

/{project}/{family}/{id}

3 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
idstringrequiredChattermill resource identifier used in the API path.
familystringrequiredPath parameter: family
GET
chattermill_list_attributes
List attributes for a Chattermill project.

/{project}/{family}

2 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
familystringrequiredPath parameter: family
GET
chattermill_get_attribute
Get a Chattermill attribute by ID.

/{project}/{family}/{id}

3 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
idstringrequiredChattermill resource identifier used in the API path.
familystringrequiredPath parameter: family
GET
chattermill_list_tags
List tags for a Chattermill project.

/{project}/{family}

2 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
familystringrequiredPath parameter: family
GET
chattermill_get_tag
Get a Chattermill tag by ID.

/{project}/{family}/{id}

3 parameters
ParamTypeRequiredDescription
projectstringrequiredChattermill project key or identifier used in the API path.
idstringrequiredChattermill resource identifier used in the API path.
familystringrequiredPath parameter: family