This action removes a subscriber from a Campaign Monitor list.
- API endpoint slug
- campaign_monitor.remove_subscriber
- Filter code method
- CampaignMonitor.removeSubscriber.skip(string?: reason)
- Runtime method
- runAction("campaign_monitor.remove_subscriber", {})
Action fields
- Label
- List
- Helper text
- Select the list to remove the subscriber from.
- Slug
- list_id
- Required
- true
- Can have default value
- false
- Label
- Email address
- Helper text
- The subscriber's email address.
- Slug
- email
- Required
- true
- Can have default value
- true
- Filter code method
- CampaignMonitor.removeSubscriber.setEmail(string: email)