WordPress.org + AymarTech

Publish AI-generated blog articles to WordPress.org automatically or after approval, with clean title, slug, content, excerpt, and featured image mapping.

The WordPress.org integration connects AymarTech to your self-hosted WordPress REST API using WordPress Application Password authentication, then publishes articles automatically or after your confirmation.

Who this is for

Use this for self-hosted WordPress sites where your team controls plugins, users, REST API access, categories, tags, publishing permissions, and whether articles go live automatically or only after approval.

Fields and payload

AymarTech fieldDestination fieldNotes
titlepost titleVisible WordPress post title.
htmlContentcontentFull article body sent to the WordPress REST API.
published / scheduledDatestatus + datePublished articles use publish; future scheduled articles use future.
slugslugUsed as the WordPress post slug when available.
metaDescriptionexcerptSent as the WordPress excerpt.
imageUrlfeatured_mediaAymarTech uploads the image to WordPress media first, then attaches it as the featured image.
WordPress responsepublished URLAymarTech records the canonical link returned by WordPress.

How to connect in the dashboard

All connection forms, OAuth buttons, target pickers, publish-mode settings, and test actions are inside the AymarTech dashboard. Choose automatic publishing or require confirmation before go-live.

Open dashboard integrations →
  1. Open Integrations in the AymarTech dashboard and choose WordPress.org.
  2. Enter the HTTPS site URL for your self-hosted WordPress site.
  3. Use the guided Application Password flow if your site supports it, or paste a WordPress username and Application Password manually.
  4. AymarTech validates the credentials against the WordPress REST API.
  5. Load categories and tags in the dashboard if you want default taxonomy settings.
  6. Run a test publish or approve/publish an article; WordPress creates the post through /wp-json/wp/v2/posts.

How article publishing or delivery works

  • AymarTech uses WordPress REST API authentication with a username and Application Password, not the user's normal login password.
  • Featured images are fetched from the generated article image URL and uploaded to WordPress media before the post is created.
  • Approved or auto-published articles are sent with status publish; future scheduled articles are sent with status future and a date.
  • AymarTech stores only encrypted credentials and connection metadata needed for publishing.
  • The returned WordPress link is stored as the published article URL.

Troubleshooting

  • REST API unavailable: open /wp-json/ on your site and make sure it returns JSON.
  • 401 or 403 errors: create a fresh Application Password and confirm the Authorization header is not blocked by hosting or security plugins.
  • Application Password section missing: check WordPress 5.6+, HTTPS, user permissions, and security plugin settings.
  • Featured image fails: confirm WordPress can fetch the image URL and upload media for the connected user.

Frequently asked

Is this for WordPress.org or WordPress.com?

This page is for self-hosted WordPress.org sites. WordPress.com uses a separate OAuth integration.

Do I need to share my WordPress password?

No. Use a WordPress Application Password created for AymarTech.

Can I approve before publishing?

Yes. You can require confirmation first, or let AymarTech send ready articles to WordPress automatically with status publish.

Can I use categories and tags?

AymarTech can load WordPress taxonomies after connection so defaults can be configured in the dashboard.

Where are the exact connection fields?

The dashboard shows the current WordPress.org setup flow, validation, taxonomy loading, and test actions.

Related