Reddit

onboarding_campaign_decision

Evaluate readiness and optionally start campaign immediately. If not ready and blocked on credits, also returns a checkout link. Use this after onboarding reaches targeting approval. Set `start_now=true` to attempt campaign launch.

Remote signal-found/reddit-outreach

Other tools also called onboarding_campaign_decision? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "client_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Client Id",
      "default": null
    },
    "start_now": {
      "type": "boolean",
      "title": "Start Now",
      "default": false
    },
    "cancel_url": {
      "type": "string",
      "title": "Cancel Url",
      "default": "https://signal-found.com/dashboard?payment=cancel"
    },
    "success_url": {
      "type": "string",
      "title": "Success Url",
      "default": "https://signal-found.com/dashboard?payment=success"
    },
    "product_slug": {
      "type": "string",
      "title": "Product Slug"
    },
    "checkout_plan": {
      "type": "string",
      "title": "Checkout Plan",
      "default": "starter"
    },
    "inbound_per_day": {
      "type": "integer",
      "title": "Inbound Per Day",
      "default": 0
    },
    "outbound_per_day": {
      "type": "integer",
      "title": "Outbound Per Day",
      "default": 20
    }
  }
}
          

Provider

Reddit →