Upsert subscriber
mailerlite_upsert_subscriberCreates or updates a subscriber (upsert by email). Additive — does NOT send any email. MailerLite API: POST /subscribers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Subscriber email address (upsert key). | ||
| fields | No | Custom/default field values keyed by field key, e.g. { name, last_name, company }. | |
| groups | No | Group id strings to add the subscriber to. | |
| status | No | Subscriber status: active | unsubscribed | unconfirmed | bounced | junk. |