Create Ad Creative
meta_create_ad_creativeCreate ad creatives from existing Facebook Page posts by specifying ad account, page, and post ID. Optionally add headline, body, image, and destination URL.
Instructions
Creates an ad creative from an existing Facebook Page post.
Args:
ad_account_id (string): Ad account ID
name (string): Creative name
page_id (string): Facebook Page ID that owns the post
object_story_id (string, optional): Use an existing published post as creative (format: {page_id}_{post_id})
title (string, optional): Ad headline
body (string, optional): Ad body text
image_url (string, optional): Image URL for the creative
link_url (string, optional): Destination URL
Returns the new creative ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_account_id | Yes | ||
| name | Yes | ||
| page_id | Yes | Facebook Page ID | |
| object_story_id | No | Existing post ID as {page_id}_{post_id} | |
| title | No | ||
| body | No | ||
| image_url | No | ||
| link_url | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |