Draftcamp Publisher
Draftcamp Publisher

Draftcamp Publisher

0/5 (0 ratings) — active installs Updated Jul 6, 2026

Draftcamp Publisher connects your self-hosted WordPress site to the Draftcamp SaaS so you can create, schedule, and update posts directly from Draftcamp.

Features:

  • Secure connection-key authentication (only a SHA-256 hash of the key is ever stored).
  • One-click pairing or manual key generation.
  • Create or update posts (draft, publish, or scheduled “future”).
  • Resolve categories and tags by name, creating any that are missing.
  • Set a featured image from a remote URL.
  • Write SEO title, meta description, and canonical URL for Yoast SEO, Rank Math, or All in One SEO.

External services

This plugin connects your site to Draftcamp (https://app.draftcamp.ai), a third-party SaaS that writes and manages blog content. The connection exists so that content authored in Draftcamp can be published to this WordPress site. The plugin communicates with Draftcamp’s servers in two situations:

  1. During one-click pairing. When you submit a pairing code on the Settings -> Draftcamp page, the plugin sends a single request to the Draftcamp pairing endpoint you provide (by default https://api.draftcamp.ai/wp/draftcamp/pair). The request contains: the pairing code you entered, this site’s URL (home_url()), a freshly generated connection key, and the plugin version. This happens only when you click “Connect to Draftcamp”. No pairing data is sent at any other time. If you connect manually (Generate Connection Key) instead, the plugin sends nothing to Draftcamp at all.

  2. Incoming publish requests. After connecting, Draftcamp’s servers send authenticated requests TO this site’s REST API (/wp-json/draftcamp/v1) carrying post content (title, body HTML, excerpt, slug, categories, tags, optional featured image URL, and SEO fields). The plugin itself does not initiate outbound requests for these; it only receives and stores them as posts. When a featured image URL is included, WordPress downloads that image from the URL provided in the request.

No analytics, telemetry, or personal visitor data is ever sent to Draftcamp. Use of the Draftcamp service is governed by its Terms of Service (https://draftcamp.ai/terms) and Privacy Policy (https://draftcamp.ai/privacy).