Skip to content

Content

bulk_create_contents

Create 1-20 content cards in one call (no AI). Each item has the create_content shape (title or idea required; optional status, scheduledDate, platforms, mediaType, category, funnelStage, hook, body, cta, caption). Cards are created in order at the bottom of their column; nothing is published. Not idempotent: calling twice creates the cards twice. Returns { contents, created }. The card's url opens it in Dalea: share it so the user can review and edit it there.

writetools/callbulk_create_contents
Requires dalea:write

Parameters

  • brandIdstring
  • itemsarray<object>required

    1 to 20 items.

    Show propertiesHide properties
    • titlestring

      Up to 200 characters.

    • ideastring

      Up to 2000 characters.

    • hookstring

      Up to 5000 characters.

    • bodystring

      Up to 20000 characters.

    • ctastring

      Up to 5000 characters.

    • captionstring

      Up to 5000 characters.

    • platformsarray<"tiktok" | "instagram">
    • mediaType"short_video" | "carousel" | "short_text"
    • categorystring

      Up to 100 characters.

    • funnelStagestring

      Up to 100 characters.

    • status"idea" | "draft" | "edited" | "posted"
    • scheduledDatestring