> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Campaigns ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/apis/wix-email-marketing-v2/campaigns/introduction.md ## Article Content: --- title: Introduction --- # Introduction
Developer Preview
APIs in Developer Preview are subject to change and are not intended for use in production.
Send us your suggestions for improving this API. Your feedback is valuable to us.
  > **Note:** This module is [universal](/api-overview/api-versions#universal-modules). Functions in this module can run on both the backend and frontend, unless specified otherwise. The Campaigns API provides functionality for managing your email marketing campaigns. With the Campaigns API you can: - [Get](/campaigns/get-campaign) or [list](/campaigns/list-campaigns) email campaigns. - [Create a draft copy](/campaigns/reuse-campaign) of an existing campaign. - [Permanently delete](/campaigns/delete-campaign) a campaign. - [List statistics](/campaigns/list-statistics) and [list recipients](/campaigns/list-recipients) of campaigns. - [Pause](/campaigns/pause-scheduling) a scheduled campaign. - [Publish](/campaigns/publish-campaign) a campaign or [send a test](/campaigns/send-test) email. To use the Campaigns API, import `campaigns` from the `wix-email-marketing.v2` module: ```js import { campaigns } from `wix-email-marketing.v2`; ```