Marketing Dashboard Navigation

Download skillThe skill is a reference md and part of wix-manage skill. You can use the following command to add the full wix-manage skill to your project:
Copy

Build direct links into the marketing pages of a site's dashboard. For the general URL contract (metaSiteId, fallbacks, redirects), see Dashboard Navigation.

Marketing pages are split across two apps with two URL namespaces:

  • Social Media Marketing (f27ff649-0249-4a0c-9438-841cbbfd2514) — social posts, design templates. Routes under social-marketing-web/.
  • Email Marketing (135c3d92-0fea-1f9d-2ba5-2a1dfb04297e) — email campaigns. Routes under email-marketing/.

Older links (social-marketing, social-marketing/my-posts, shoutout) redirect to the current routes.

Social Posts Pages (Social Media Marketing)

PageURL after /dashboard/{metaSiteId}/What it manages
Social posts hubsocial-marketing-webDraft, scheduled, and published social posts across connected channels; create a new post
Design templatessocial-marketing-web/design-templatesPost design template gallery
My designssocial-marketing-web/my-designsSaved post designs

Posts created or scheduled via the Publisher API (see Create and Publish a Social Media Post) and posts generated from an AI marketing plan (see Generate a Marketing Plan) all appear on the social posts hub.

Email Marketing Pages (Email Marketing)

PageURL after /dashboard/{metaSiteId}/What it manages
Email marketing homeemail-marketingEmail marketing hub
My campaignsemail-marketing/my-campaignsAll email campaigns (sent, scheduled, drafts)
Campaign templatesemail-marketing/template-listStart a campaign from a template
Campaign analyticsemail-marketing/analyticsCampaign statistics

Pairing Entities with Their Read APIs

Fetch the entity via REST, then link the matching dashboard page. All calls use https://www.wixapis.com with an Authorization header.

EntityRead APIDashboard link
Social post (item)Publisher API Item — created via POST /social-publisher/v1/items, published/scheduled via POST /social-publisher/v1/publish-by-idsocial-marketing-web
Connected social accountGET /social-publisher/v1/accounts?channelName={CHANNEL}social-marketing-web
Marketing-plan postGET /promote/marketing-plan-service/v1/marketing-plan?timeframe.startDate=...&timeframe.endDate=... · POST /promote/marketing-plan-service/v1/marketing-activity-postssocial-marketing-web (scheduled posts land on the hub)
Email campaignGET /email-marketing/v1/campaigns · GET /email-marketing/v1/campaigns/{campaignId}email-marketing/my-campaigns

Example — after scheduling a social post, hand back the hub link:

Copy

Last updated: 30 July 2026

Did this help?