Publishes to WordPress
Publish to WordPress without opening the editor.
MotiBlog publishes through the WordPress REST API: researched long-form articles land as posts with the featured image set and the meta description in place, on the schedule you choose.
One project and three articles free. No card required.
What you connect
authorise once, publish from then onYour site URL
A username
An application password — a revocable per-app credential, not your login password
What publishing to WordPress does
Posts, drafted or published
Articles arrive with title, body, slug and status — straight to published, or as drafts if you want the last look inside WordPress.
The banner becomes the featured image
The generated banner is uploaded to your media library and set as the post’s featured image, so themes and social cards pick it up like any other post.
Meta description as excerpt
The article’s meta description is written to the post excerpt, where WordPress SEO plugins expect it.
Unpublishing trashes, not deletes
Taking an article down moves the WordPress post to trash, so nothing is destroyed that you cannot restore.
True of every integration
A full article, not a paste job
Each publish carries the title, slug, body, meta description, tags and the generated banner image. Nothing is reformatted by hand afterwards.
Republishing updates in place
The post’s id in your platform is stored on first publish. Publishing the article again updates that post instead of creating a duplicate.
Test before anything ships
Every connection has a test call that verifies the credentials against the platform before an article is ever sent. Your agent can run it too: test_integration.
A log per publish
Every attempt is recorded with its outcome. Failures can be retried without regenerating anything — retry_publish picks up the same article.
The shape of it
One project and three articles free. No card required.