Sutrify Post Relay lets you automatically replicate posts from one WordPress site to another using the standard WordPress REST API. All credentials are encrypted in the database using AES-256-CBC so nothing sensitive is stored in plain text.
Key Features:
- AES-256-CBC Encryption at Rest — API credentials are encrypted with a SHA-256 derived key before being stored in the database.
- Granular Status Rules — Choose exactly which status transitions (Publish, Draft, Pending, Private) trigger a sync dispatch.
- Custom Post Type Mapping — Map local CPT slugs to the matching slugs registered on the remote site.
- Retry Queue — Failed syncs are queued in a custom log table and retried automatically via WordPress Cron.
- Audit Log Viewer — Browse request payloads and response bodies from the admin dashboard and export them as CSV.
- Bulk Sync — Retroactively push any existing set of posts with a batched, progressive bulk runner.
- Multisite Compatible — Fully network-compatible, storing settings in network option tables when running on a multisite installation.
