add_drafts_to_social_media_review_bundle
Add multiple draft social media posts to an existing review bundle to compile and manage content for approval.
Instructions
Add drafts to an existing review bundle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_id | Yes | The ID of the existing review bundle to add drafts to. | |
| draft_ids | Yes | A non-empty list of draft IDs to add to the bundle. Get IDs via `getSocialMediaDrafts`. |