You're viewing a demo portfolio

Join the waitlist
PRSM

update_ad_campaign

Active

Tool of SendIt

declared in 0.1.0

Update campaign settings (name, budget, dates, status).

Parameters schema

{
  "type": "object",
  "required": [
    "campaignId"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "New campaign name"
    },
    "status": {
      "enum": [
        "active",
        "paused"
      ],
      "type": "string",
      "description": "Change campaign status"
    },
    "endDate": {
      "type": "string",
      "format": "date-time",
      "description": "Updated end date"
    },
    "campaignId": {
      "type": "string",
      "description": "Campaign ID"
    },
    "budgetAmount": {
      "type": "number",
      "description": "Updated budget amount"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →