# CreateContentItemInput

CreateContentItemInput

Input for createContentItem.

**Fields:**
- `organizationId`: `OrganizationId!` - Organization that owns the content item and all variants created in it.
- `posts`: `[CreatePostInput!]!` - The channel-specific post variants to create, one per channel. Provide at
least one variant, and at most one variant per channel.
- `tagIds`: `[TagId!]` - Tags to apply to this content item. Omit to create it with no tags.
- `targetDate`: `DateTime` - Optional date indicating when this piece of content should go out. This is
a planning aid only and does not schedule any posts.
- `title`: `String` - Optional title describing what this piece of content is about.