GeoCopyGeoCopy

← Back to Integrations

Connect Webflow to GeoCopy

GeoCopy publishes to a Webflow CMS collection using the Webflow Data API. You need a Site API token (not your Webflow login password), plus your Site ID and Collection ID. See Webflow's site token docs.

Before you start

Steps

1. Open Site settings

  1. In the Webflow Dashboard, find your site.
  2. Click the menu on the site card and choose Settings.
Webflow site card menu with Settings selected
Open Settings from your site card

2. Go to API access

  1. In the left sidebar, select Apps & integrations.
  2. Scroll to the API access section.
Webflow Site settings sidebar with Apps and integrations highlighted
Apps & integrations in Site settings
Webflow API access section with Generate API token button
Click Generate API token

3. Create the token and set permissions

  1. Click Generate API token, name it (e.g. GeoCopy).
  2. Required scopes:
    • CMS → Read and write
    • Assets → Read and write (featured images)
    • Sites → Read (optional if you paste the hex Site ID from General)
    • Sites → Publish (only for live publish, not draft-only)
  3. Click Generate token and copy the token immediately. You cannot view it again.
Webflow API token permissions with CMS set to Read and write
CMS must be Read and write

4. Copy your Site ID

In the same Site settings screen, open the General tab (default). Webflow shows your Site ID there. It is a 24-character hex string (e.g. 680e63e98c9a982ac9b8b741).

Do not use the slug from your public URL (angels-stupendous-site-739303.webflow.io). That subdomain is not the API Site ID. If you only have the slug, GeoCopy can try to resolve it when you connect, as long as your API token can list sites.

5. Find your Collection ID

  1. Open CMS and select your blog collection (e.g. Blog Posts).
  2. Open Collection settings. The Collection ID is in the URL or settings panel (another 24-character hex string).

6. Connect in GeoCopy

  1. Go to Portal → Integrations → Webflow and click Connect.
  2. Paste:
    • Site URL — your public site (e.g. https://www.example.com)
    • API Token — from step 3
    • Site ID — from step 4
    • Collection ID — from step 5
  3. Click Connect. GeoCopy verifies access before saving.

Collection fields

GeoCopy writes to these CMS field slugs. If your collection uses different names (e.g. post-body instead of content), rename fields or create a collection for GeoCopy with the slugs below.

GeoCopyField slugType
TitlenamePlain text
URL slugslugPlain text
BodycontentRich text
ExcerptexcerptPlain text
Featured imagefeatured-imageImage
SEO titleseo-titlePlain text
SEO descriptionseo-descriptionPlain text

Revoke access

In Site settings → Apps & integrations → API access, revoke or delete the GeoCopy token.

Troubleshooting

Also connecting WordPress? See Connect WordPress.