Skip to main content
Roadmap items are the core of ClickFlow’s content pipeline. Each item represents a piece of content — from initial planning through AI drafting to CMS publication.

platform_create_roadmap_item

Create a new content roadmap item. Optionally start the AI drafting workflow immediately.

Parameters

Response

Without start_drafting:
With start_drafting: true:

Usage


platform_list_roadmap_items

List all roadmap items, optionally filtered by status.

Parameters

Response

Usage


platform_get_roadmap_item

Get a single roadmap item with full details including draft content.

Parameters

Response

The draft.markdown field is only present when output_format="markdown".

Usage


platform_update_roadmap_item

Update a roadmap item’s metadata. Only provided fields are updated.

Parameters

Response

Usage


platform_update_roadmap_item_status

Change the status of a roadmap item.

Parameters

Response

Usage


platform_schedule_roadmap_item

Set or change the scheduled publication date.

Parameters

Response

Usage


platform_save_draft

Save or replace the full draft content on a roadmap item. Sets status to drafted.

Parameters

Response

Usage


platform_publish_to_cms

Publish a roadmap item’s draft to your connected CMS. Supported CMS: WordPress, Sanity, HubSpot, Shopify, Strapi.

Parameters

Response

Errors

Usage


platform_add_target_keyword

Add a keyword to your organization’s tracking list.

Parameters

Response

Usage