MailerLite Integration
Connect Ycode forms to MailerLite to add subscribers to your email lists when forms are submitted.
Setup
- Log in to your MailerLite dashboard
- Generate an API key (Account > Integrations > API)
- In Ycode, go to project settings > Integrations
- Find MailerLite and enter your API key
- Save the configuration
API key security
Store your API key securely. Do not expose it in client-side code or public repositories.
Connecting Forms to Subscriber Groups
After setup, connect each form to a MailerLite subscriber group:
- Open the form in the form builder or form settings
- Go to the Integrations or Actions section
- Select MailerLite as the integration
- Choose the subscriber group to add new signups to
- Map form fields to MailerLite fields
Field Mapping
Map form fields to MailerLite subscriber data:
| MailerLite Field | Required | Description |
|---|---|---|
| Yes | Subscriber email address | |
| Name | No | Full name or first/last |
| Custom fields | No | Any custom fields in your MailerLite account |
Select the form field that provides each value. Ensure the email field is mapped so subscribers can be added correctly.
Tip
Create matching custom fields in MailerLite before mapping. Unmapped form fields are ignored.
Last updated on