By utilizing Mailchimp, you have the ability to craft and dispatch promotional emails, bulletins, and focused campaigns. Logic empowers you to enroll fresh followers on Mailchimp from your Webflow portal, smoothly uniting two vital components of your marketing approach.
Prior to initiating: In case you haven’t done so already, formulate a Mailchimp account as well as a Mailchimp audience. Additionally, you will need to insert a form to your Webflow page and incorporate a mandatory field with Text category: email where visitors can sign up.
This tutorial will encompass:
- Ways in which you can generate your Mailchimp API key
- How to establish your Logic flow’s validation system
- Ways in which you can obtain your Mailchimp audience ID
- Setting up your HTTP request
- How to conduct testing and release your flow
- How to tackle challenges with your flow
Generating your Mailchimp API key
- Proceed to your Mailchimp control panel
- Tap on your profile icon and choose Account & billing
- Proceed to Extras > API keys
- Hit Create a key
- Replicate your recent API key and maintain this tab extant!
Establishing your Logic flow’s validation system
- Launch your webpage within the Webflow Designer on a new browser tab
- Choose your form block on the Designer canvas and reveal Form block settings
- Press the Source list and opt for Logic
- Tap on Add new flow
- Name your new flow (e.g. “Include follower to Mailchimp bulletin”) within the Name section and include a description in the Description segment as desired
- Drag a Make HTTP request block to the flow editor canvas and name it (e.g. “Dispatch request to Mailchimp”)
- Select API token from the Authentication dropdown
- Select Header from the Add to dropdown
- Type “Authorization” in the Header field
- Hit Select a credential > Add new credential
- Label your API token (e.g. “Mailchimp API token”) in the Name segment and add a description in the Description segment as desired
- Enter “Bearer {API key}” in the Token field, replacing the {API key} with the API key you copied from Mailchimp
- Tap Create to store your new credential and maintain this tab extant!