create_ad_creative
ActiveTool of SendIt
declared in 0.1.0
Create an ad creative (image, video, carousel, or text ad). The Creative Asset agent can help generate ad visuals and copy.
Parameters schema
{
"type": "object",
"required": [
"campaignId",
"creativeType",
"headline",
"body"
],
"properties": {
"body": {
"type": "string",
"description": "Ad body text"
},
"name": {
"type": "string",
"description": "Creative name"
},
"adSetId": {
"type": "string",
"description": "Ad set ID (optional)"
},
"headline": {
"type": "string",
"description": "Ad headline"
},
"mediaUrls": {
"type": "array",
"items": {
"type": "string"
},
"description": "Media URLs for the creative"
},
"campaignId": {
"type": "string",
"description": "Campaign ID"
},
"landingUrl": {
"type": "string",
"description": "Landing page URL"
},
"callToAction": {
"enum": [
"learn_more",
"shop_now",
"sign_up",
"book_now",
"contact_us",
"download",
"get_offer",
"subscribe"
],
"type": "string",
"description": "Call to action button text"
},
"creativeType": {
"enum": [
"image",
"video",
"carousel",
"text",
"native"
],
"type": "string",
"description": "Creative type"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries