rebalance_resources_to_product
Shift outbound/day budget from the worst active campaign to a target product campaign.
Remote signal-found/reddit-outreach
Other tools also called rebalance_resources_to_product?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"client_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Client Id",
"default": null
},
"lookback_days": {
"type": "integer",
"title": "Lookback Days",
"default": 14
},
"target_end_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Target End Date",
"default": null
},
"target_start_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Target Start Date",
"default": null
},
"target_product_slug": {
"type": "string",
"title": "Target Product Slug"
},
"minimum_worst_outbound": {
"type": "integer",
"title": "Minimum Worst Outbound",
"default": 10
},
"target_campaign_nickname": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Target Campaign Nickname",
"default": null
},
"transfer_outbound_per_day": {
"type": "integer",
"title": "Transfer Outbound Per Day",
"default": 20
}
}
}