Make
facebookCampaignDraft__sourceAssets
Resolve previously-uploaded Meta ads into reusable creative assets for a campaign draft.
Remote mesmerpercy/admakeai
Remote (network-hosted)
Other tools also called facebookCampaignDraft__sourceAssets?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"adAccountId": {
"type": "string",
"minLength": 1
},
"zernioAdIds": {
"type": "array",
"items": {
"type": "string",
"minLength": 1
},
"maxItems": 100
},
"connectionId": {
"type": "string",
"minLength": 1
},
"platformAdIds": {
"type": "array",
"items": {
"type": "string",
"minLength": 1
},
"maxItems": 100
}
}
}