configure_targeting
Read/update subreddit targeting and keywords for a product.
Remote signal-found/reddit-outreach
Other tools also called configure_targeting?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"keywords": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
],
"title": "Keywords",
"default": null
},
"client_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Client Id",
"default": null
},
"product_slug": {
"type": "string",
"title": "Product Slug"
},
"setup_keywords": {
"type": "boolean",
"title": "Setup Keywords",
"default": false
},
"check_subreddits": {
"type": "boolean",
"title": "Check Subreddits",
"default": false
},
"setup_subreddits": {
"type": "boolean",
"title": "Setup Subreddits",
"default": false
},
"subreddit_groups": {
"anyOf": [
{
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
},
{
"type": "null"
}
],
"title": "Subreddit Groups",
"default": null
},
"keyword_search_params": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"title": "Keyword Search Params",
"default": null
}
}
}