import_blog_articles
Import articles from an external blog, RSS feed, or Blogger URL into a PostKing publication as drafts. Retrieve IDs, titles, and slugs for each imported article.
Instructions
Import articles from an external blog, RSS feed, or Blogger URL into a PostKing publication as drafts. Returns id+title+slug by default (short); use detail='medium' for wordCount. Inspect individual articles with get_blog_article.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| detail | No | Verbosity of returned item(s): "short" = id + primary label + status (cheap list scan); "medium" = key summary fields + counts (a useful glance); "full" = the complete object. Default "short". Lists default to "short" — to zoom into one item, call its get/view tool with detail="medium" or "full". | short |
| brandId | No | Brand ID (uses active brand if omitted) | |
| sourceUrl | Yes | URL of the blog or RSS feed | |
| publicationId | Yes | Blog publication ID to import into |