change_crm_state
Change a customer's CRM conversion state (category) for a product.
Remote signal-found/reddit-outreach
Other tools also called change_crm_state?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"category": {
"type": "string",
"title": "Category"
},
"client_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Client Id",
"default": null
},
"product_slug": {
"type": "string",
"title": "Product Slug"
},
"customer_name": {
"type": "string",
"title": "Customer Name"
}
}
}