get https://api.mailerlite.com/api/v2/groups//subscribers/import/
Add many new subscribers to specified group at once [Rate limited]
Response Body Parameters
Parameter | Type | Description |
---|---|---|
id | id | ID of an import |
type | string | Action type |
stats | object | |
stats.imported | integer | Total created subscribers |
stats.duplicates | integer | Total duplicated items in a single import |
stats.invalid | integer | Total invalid email adresses |
stats.unchanged | integer | Total unchanged subscribers |
stats.total | integer | Total emails in the import |
options | object | |
options.resubscribe | boolean | Determines if it needed to activate unsubscribed/bounced/unconfirmed subscribers |
options.autoresponders | boolean | Determines if it is needed to trigger automations |
is_finished | boolean | Determines if an import is finished |
is_importing | boolean | Determines if an import is in progress |
is_killed | boolean | Determines if an import is stopped |
created_at | string | Datetime, UTC. Format: Y-m-d H:i:s |