Integrations
1 min readConnecting 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
- In Webflow, go to Site Settings → Apps & integrations → API access.
- Click Generate API token.
- Give it a name and CMS write scope.
- Copy the token.
Step 2 — Find your collection ID
- In the Webflow Designer, open the CMS panel.
- Click the collection you want posts to publish into.
- From Settings → CMS Collection settings, the collection ID is in the URL:
/cms/collection/{COLLECTION_ID}.
Step 3 — Connect in AI Domination
- Settings → Integrations → Webflow.
- Paste the API token and collection ID.
- 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-bodyorbody(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?