Automarticles Sync
Automarticles is a content generation and management platform for blogs. This plugin connects your WordPress site to your Automarticles account, so posts generated and scheduled on the platform are published automatically on your blog, with no manual copy-pasting required.
What the plugin does:
- Receives and creates published/scheduled/draft posts coming from Automarticles, with title, content, description, featured image and category.
- Updates an existing post when it is edited on Automarticles (content, image, status, category).
- Removes a post when it is deleted on Automarticles.
- Creates, updates and organizes categories automatically, avoiding duplicates when the category already exists on your blog.
- Returns the final published post URL back to Automarticles, enabling automatic sharing on social networks.
- Shares your blog’s category list with Automarticles, so you can link existing categories instead of creating new ones.
How it works:
Communication happens through a token-authenticated webhook: Automarticles sends events (post and category creation/update/deletion) directly to your WordPress site, which processes them and responds. No continuous read access to your blog or installation of external services is required — everything happens inside WordPress itself.
External services
This plugin connects your WordPress site to the Automarticles platform (https://automarticles.com), a content generation and management platform for blogs, so posts and categories created there can be published on your blog automatically.
It downloads the featured image of a post from the URL included in the webhook payload your own Automarticles account sends to your site, using wp_remote_get(), so the image can be attached to the WordPress post as its featured image. This only happens when Automarticles sends a POST_CREATED or POST_UPDATED event that includes a featured image; no other browsing or periodic data is sent to or fetched from Automarticles.
This service is provided by Automarticles: Terms of Service and Privacy Policy.