create_ad_campaign
ActiveTool of SendIt
Create a new advertising campaign on a connected ad platform. Supports campaign creation across Meta Ads, Google Ads, LinkedIn Ads, TikTok Ads, Pinterest Ads, and all other connected ad platforms. The AI Campaign Builder agent can help design optimal campaign structures.
Parameters schema
{
"type": "object",
"required": [
"adAccountId",
"name",
"objective",
"budgetType",
"budgetAmount"
],
"properties": {
"name": {
"type": "string",
"description": "Campaign name"
},
"endDate": {
"type": "string",
"format": "date-time",
"description": "Campaign end date (optional)"
},
"objective": {
"enum": [
"awareness",
"traffic",
"engagement",
"leads",
"conversions",
"app_installs",
"video_views",
"reach"
],
"type": "string",
"description": "Campaign objective"
},
"startDate": {
"type": "string",
"format": "date-time",
"description": "Campaign start date (ISO 8601)"
},
"targeting": {
"type": "object",
"description": "Targeting configuration (platform-specific)",
"additionalProperties": true
},
"budgetType": {
"enum": [
"daily",
"lifetime"
],
"type": "string",
"description": "Budget type"
},
"adAccountId": {
"type": "string",
"description": "Ad account ID"
},
"budgetAmount": {
"type": "number",
"description": "Budget amount in account currency"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries