Inputs
Output
Type:Dict
Returns the created Snapchat Creative Elements.
Fields: creative_element_ids, creative_elements, created_count, ad_account_idDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates one or more account-scoped Snapchat Creative Elements from raw API payloads
| App | Snapchat Ads |
| Operation ID | snapchat_ads_create_creative_elements |
| Type | Action |
| Connection | snapchat_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the Snapchat Ads account to create the elements in. |
creative_elements | array of object or string | Yes | - | Raw Snapchat Creative Element objects as a JSON list, sent to POST /adaccounts/{ad_account_id}/creative_elements. Provide the objects without the outer creative_elements wrapper. ad_account_id is filled in automatically for every object. Snapchat validates all element fields. For Dynamic Collection Ads, use type BUTTON and render_type DYNAMIC. Example: [{“name”: “Product tile 1”, “type”: “BUTTON”, “interaction_type”: “WEB_VIEW”, “render_type”: “DYNAMIC”}] |
Dict
Returns the created Snapchat Creative Elements.
Fields: creative_element_ids, creative_elements, created_count, ad_account_id