DOCUMENTATION

Integration documentation

Connect a publishing destination, map fields, test the connection, and choose how RankWin sends approved work.

Browse integration guides API documentation
01

Getting started

Create a project, add business context, connect a publishing destination, and choose approval-first or automatic publishing.

  1. Create or open a project.
  2. Add approved business context and writing guidance.
  3. Open Settings → Integrations and choose a destination.
  4. Run the connection test before enabling publishing.
02

WordPress

Connect with the RankWin plugin or an application password. Choose draft versus publish behavior and verify the blog path.

03

Webflow

Authorize CMS read/write access, select the collection, and map title, slug, body, description, image, and publish fields.

04

Shopify

Connect through the custom app flow, select the store blog, and map author, tags, summary, image, and publication status.

05

Wix

Use an API key, select the site and blog, then confirm the post field mapping before running a connection test.

06

Headless CMS

Sanity, custom APIs, and webhook destinations can receive structured title, slug, HTML, markdown, metadata, media, and update events.

POST https://cms.example.com/rankai/publish
Authorization: Bearer ••••••••
Content-Type: application/json

{
  "title": "A useful page title",
  "slug": "useful-page-title",
  "html": "<article>…</article>",
  "status": "draft"
}
07

Troubleshooting

Check credentials, destination permissions, field mappings, canonical domains, and the latest connection-test response.

Start with the connection test

It confirms network access, authentication, required permissions, and destination field availability without publishing content.

08

Security

Credentials are encrypted, never returned after save, scoped to the selected project, and removable at any time.