The WordPress connector synchronizes posts and pages from WordPress.com sites via the public REST API.
Authentication
OAuth — requires scope: global
WordPress OAuth tokens expire after ~2 weeks with no refresh token. You may need to reconnect periodically.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| Site URL | Input | Yes | WordPress site domain |
| Post Type | Dropdown | No | Both / Posts / Pages |
| Max Posts | Input | No | Maximum posts (default: 100) |
How It Works
- Site Validation — Normalizes URL and validates site accessibility
- Post Fetching — Uses WordPress REST API with
number/offsetpagination (20 per page) - HTML Conversion — Converts post content from HTML to plain text
- Metadata Extraction — Extracts categories, tags, author
Document Format
# Post Title
Post content as plain text...Metadata Tags
| Tag | Type | Description |
|---|---|---|
| Author | Text | Post author name |
| Last Modified | Date | Last modification date |
| Post Type | Text | post or page |
| Categories | Text | Comma-separated categories |
| Tags | Text | Comma-separated tags |

