Skip to main content

OpenCities

Requirements

For Monsido's integration to work we need the edit URL inside the CMS to look like this:

data-item-id="c6839dc0-ed23-4591-88ef-4f86d21405ed"

Ex:

If the CMS url differs from the Domain url then we need to know the subdomain

Wrong Ex:

domain url: new.domain.tld
cms url: subdomain.opencities.com
generated url: new.admin.opencities.com/... (WRONG)

Generated URL

Right Ex:

without subdomain

domain url: domain.tld
cms url: subdomain.opencities.com
generated url: subdomain.admin.opencities.com/... (CORRECT)

with subdomain

domain url: new.domain.tld
cms url: subdomain.opencities.com
subdomain: subdomain
generated url: subdomain.admin.opencities.com/... (CORRECT)