crm_state_stats
Return CRM state statistics (unique deduped customer counts by conversion_state).
Remote signal-found/reddit-outreach
Other tools also called crm_state_stats?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"default": 2000
},
"client_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Client Id",
"default": null
},
"product_slug": {
"type": "string",
"title": "Product Slug"
}
}
}