Add an existing MailerLite subscriber to a group.
- API endpoint slug
- mailerlite.add_subscriber_to_group
- Filter code method
- Mailerlite.addSubscriberToGroup.skip(string?: reason)
- Runtime method
- runAction("mailerlite.add_subscriber_to_group", {})
Action fields
- Label
- Email or subscriber ID
- Helper text
- The subscriber's email address or MailerLite subscriber ID.
- Slug
- email_or_id
- Required
- true
- Can have default value
- true
- Filter code method
- Mailerlite.addSubscriberToGroup.setEmailOrId(string: email_or_id)
- Label
- Group
- Helper text
- The group to add the subscriber to.
- Slug
- group_id
- Required
- true
- Can have default value
- false