Skip to main content
Integrations
1 min read

Connecting Webflow

API token and collection ID setup.

Last updated April 8, 2026

What you'll need

  • A Webflow site you can admin.
  • An existing CMS Collection where new posts should land.

Step 1 — Create an API token

  1. In Webflow, go to Site Settings → Apps & integrations → API access.
  2. Click Generate API token.
  3. Give it a name and CMS write scope.
  4. Copy the token.

Step 2 — Find your collection ID

  1. In the Webflow Designer, open the CMS panel.
  2. Click the collection you want posts to publish into.
  3. From Settings → CMS Collection settings, the collection ID is in the URL: /cms/collection/{COLLECTION_ID}.

Step 3 — Connect in AI Domination

  1. Settings → Integrations → Webflow.
  2. Paste the API token and collection ID.
  3. Click Test connection. We verify the token, fetch the collection schema, and confirm the required fields exist.

Field mapping

We map content fields automatically:

  • Draft title → name
  • Draft body → post-body or body (whichever exists)
  • Featured image → main-image

If your collection uses different field names, you can override the mapping in Settings → Integrations → Webflow → Advanced.

Was this article helpful?

Related docs

Connecting Webflow · AI Domination