crm_customers_by_state
List CRM customer data filtered by conversion states with explicit dedupe diagnostics.
Remote signal-found/reddit-outreach
Other tools also called crm_customers_by_state?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"default": 500
},
"states": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
],
"title": "States",
"default": null
},
"client_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Client Id",
"default": null
},
"product_slug": {
"type": "string",
"title": "Product Slug"
},
"include_conversations": {
"type": "boolean",
"title": "Include Conversations",
"default": false
}
}
}