📚
Ncmaz- Nextjs Headless WordPress Blog, Magazine
View demoBuy theme now
  • 💝A few words of thanks
  • 👥Community
  • 📦Inside the downloaded package
  • 💁Support
  • 🌠Domains and hosting?
  • Getting Started Setup
    • ⭐Getting Started
    • Step 1. Configure WordPress Server
    • Step 2. Install the WP theme & plugins.
    • Step 3. Check Your Permalinks and WPGraphQL Settings
    • Step 4. Update environment variables.
    • Step 5. Deploying the Ncmaz-Faust to Vercel
      • 5.1 - Deploy Ncmaz to Vercel via a GitHub repo.
      • 5.2 - Or deploy Ncmaz to Vercel using Vercel CLI
      • 5.3 - Error when deploying to Vercel using the GitHub repo.
      • 5.4 - Other Hosting Options
    • Step 6. Set your Front-end Site URL. Congratulations 🎉
    • Step 7. Import demo data
      • [ERROR] Failed to import "Home 2" page
    • Step 8. Connecting MailPoet to Ncmaz-frontend
    • Step 9. Setting Logo, Socials, SEO, ... Site settings JSON
  • Development on localhost
    • Run on localhost
      • Error when run start
    • Deployments
  • WordPress
    • Build a home page with Ncmaz Gutenberg
    • Config Mailpoet
    • You don't have permission to submit the post.
    • Compatible with other plugins?
    • Using Headless WordPress with Next.js and Vercel
    • Create Anchor Links Manually with WordPress Block Editor
    • Create post-format Video, Audio, and Gallery
    • Contact form
  • Header
    • Header navigation menus
    • Avatar dropdown menus
  • Footer
    • Footer menu
    • Footer subscribe form
  • Single post page
    • Setting single style and toggle single sidebar
    • Setting Post format Video, Audio, Gallery
  • Ncmaz-faust
    • Install node_module
    • Custom border-radius
    • Custom color, fonts
    • Components
    • Sources And Credits
    • Translate the theme into your language
    • RTL mode
    • Nextjs-google-analytics
    • 414 Request-URI Too Large
    • Sitemap XML, robot.txt
    • Integrate Google AdSense in NextJS
    • Site Settings JSON
  • For developers
    • Project initiation
    • Enviroment variables
    • Ncmaz-faust-core plugin.
    • Ncmaz-faust project
    • Coming soon!
  • Change log
    • Update theme?
    • Change log
Powered by GitBook
On this page

Was this helpful?

  1. WordPress

Config Mailpoet

  1. Step 1: Configure MailPoet API in WordPress: First of all, you need to install and activate the MailPoet plugin in WordPress if you don't have it already. In the WordPress admin page, go to "MailPoet" > "Settings" > "Advanced" and select "API". Enable the "Enable the MailPoet API" option. Then, generate an API key by clicking "Create a new key". This will generate an API key that you can use to access MailPoet's API.

  2. Step 2: Use the API to add new subscribers: You can now use the API key to add new subscribers through the REST API.

    Note that using REST APIs and API keys requires you to have a basic knowledge of working with APIs and security.

How to determine listId?

To determine the listId in MailPoet, you need to know the ID of the list you want to add subscribers to. Here's how you can do it:

  1. Login to your WordPress admin page.

  2. In the menu on the left, find and select "MailPoet" (or "MailPoet 3" if you're using an older version of MailPoet).

  3. In the MailPoet menu, select "Subscribers" to display a list of your subscription lists. Here, you'll see a list of subscriptions you've created.

  4. Each listing will have its own ID. To see the ID of a listing, you can hover over the name of the list. The ID will show up in the browser's status bar at the bottom or top left corner of the browser.

  5. Remember the ID of the list you want to use to add subscribers.

Note that MailPoet may update their look and feel, so there may be a change in how the listing's IDs look up in the particular version you're using.

PreviousBuild a home page with Ncmaz GutenbergNextYou don't have permission to submit the post.

Last updated 1 year ago

Was this helpful?