Inputs
Output
Type:Dict
Returns the created Snapchat Dynamic Template.
Fields: dynamic_template_id, dynamic_template_name, ad_account_id, dynamic_templateDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates an account-scoped Snapchat Dynamic Template from a raw API payload
| App | Snapchat Ads |
| Operation ID | snapchat_ads_create_dynamic_template |
| 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 template in. |
dynamic_template_payload | object or string | Yes | - | Raw Snapchat Dynamic Template object, sent to POST /adaccounts/{ad_account_id}/dynamic_templates. Provide the template fields without the outer dynamic_templates array. ad_account_id is filled in automatically. Snapchat validates the template fields. Example: {“name”: “Catalog Template”, “ios_url”: “https://ads-interfaces.sc-cdn.net/adformats/templates/V2/index.html”, “android_url”: “https://ads-interfaces.sc-cdn.net/adformats/templates/V2/index.html”, “layout”: “FILL_WIDTH”, “text_fields”: [“title”, “price”]} |
Dict
Returns the created Snapchat Dynamic Template.
Fields: dynamic_template_id, dynamic_template_name, ad_account_id, dynamic_template