Add MailerLite subscriber from Webhooks event
Add a new subscriber to MailerLite. If a subscriber with the given email already exists, their record is updated.
Developer info
- API endpoint slug
- mailerlite.create_a_subscriber
- Filter code method
- Mailerlite.createASubscriber.skip(string?: reason)
- Runtime method
- runAction("mailerlite.create_a_subscriber", {})
Action fields
Email Text input > Other
- Label
- Email address
- Helper text
- The subscriber's email address.
- Slug
- Required
- true
- Can have default value
- true
- Filter code method
- Mailerlite.createASubscriber.setEmail(string: email)
Name Text input > Other
- Label
- Name
- Helper text
- The subscriber's full name.
- Slug
- name
- Required
- false
- Can have default value
- true
- Filter code method
- Mailerlite.createASubscriber.setName(string: name)
Group Dropdown list
- Label
- Group
- Helper text
- Add the subscriber to this group.
- Slug
- group_id
- Required
- false
- Can have default value
- false
Custom fields Text input
- Label
- Custom fields
- Helper text
- JSON object of custom field values, e.g. {"city":"Austin","plan":"pro"}.
- Slug
- custom_fields
- Required
- false
- Can have default value
- true
- Filter code method
- Mailerlite.createASubscriber.setCustomFields(string: custom_fields)
