create_assignment
Assign a viral post to one or more creators so they reproduce it (Production workflow). The post must already exist in the library (see list_viral_posts / analyze_post_url). Creators are notified by push. Assigning an already-assigned post updates it instead of duplicating: only the fields you provide are refreshed, omitted fields keep their current value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags | |
| folder | No | Optional destination folder (id, name or full path, see list_folders). Applied as-is to every creator; the app's per-creator folder auto-routing is not applied here. | |
| models | Yes | Creators to assign, by model_id, name or email (see list_models) | |
| post_id | Yes | Post id (UUID) from list_viral_posts / list_analyzed_posts | |
| due_date | No | Optional due date, YYYY-MM-DD | |
| admin_note | No | Optional brief/instructions shown to the creator |