[
{
"email": "test1@example.com",
"source": 49767,
"name": "Федор",
"patronymic": "Федорович",
"surname": "Федоров",
"gender": 1,
"birthday": "01.01.1988",
"phone": "+79123456789",
"add_tag": "клиент",
"add_category": "новости",
"user_vars": {
"text": "Текст",
"integer": 12,
"float": 12.5,
"date": "01.01.1971",
"dateTime": "01.01.1971 11:00:00",
"boolean": true,
"goods": [
{"name": "Apple iPhone X", "price": 54000},
{"name": "Samsung Galaxy S21", "price": 64000}
]
}
},
{
"email": "test2@example.com",
"source": [49767, 50145]
}
] {
"successful": [
{
"id": 48744043,
"mg_hash": "6b36dc48744043ec34ab9613c7f165b3e60f54f4",
"email": "test1@example.com",
"source": 49767,
"email_status": "wait_activated",
"corrected_email": "test1@example.com",
"name": "Федор",
"patronymic": "Федорович",
"surname": "Федоров",
"gender": 1,
"birthday": "01.01.1988",
"phone": "79123456789",
"city": null,
"country": null,
"is_valid": false,
"doi_is_delivery": false,
"doi_is_open": false,
"doi_is_click": false,
"user_vars": {},
"bunce_log": null,
"tags": ["клиент"],
"categories": ["новости"],
"created": "2026-07-28T12:59:39.399936",
"modified": "2026-07-28T12:59:39.459810"
}
],
"failed": [],
"warnings": []
} {
"successful": [
{
"id": 48744045,
"mg_hash": "07f361487440459e09f923bf5d29b1fdf65bdd1d",
"email": "test1@example.com",
"source": 49767,
"email_status": "wait_activated",
"corrected_email": "test1@example.com",
"name": "",
"patronymic": "",
"surname": "",
"gender": 0,
"birthday": null,
"phone": null,
"city": null,
"country": null,
"is_valid": false,
"doi_is_delivery": false,
"doi_is_open": false,
"doi_is_click": false,
"user_vars": {},
"bunce_log": null,
"tags": [],
"categories": [],
"created": "2026-07-28T13:00:00.098209",
"modified": "2026-07-28T13:00:00.148395"
}
],
"failed": [
{
"email": "not-an-email",
"errors": {
"email": ["Введите корректный адрес электронной почты. Указан невалидный not-an-email"]
}
},
{
"email": "test3@example.com",
"errors": {
"source": ["Not found site (source=[99999999]) or site blocked"]
}
},
{
"email": "test4@example.com",
"errors": {
"source": ["Это поле обязательно."]
}
}
],
"warnings": []
} {
"successful": [
{
"id": 48744046,
"mg_hash": "6dacb748744046a1c59895f50b5c533586f38088",
"email": "test1@example.com",
"source": 49767,
"email_status": "active",
"corrected_email": null,
"name": "",
"patronymic": "",
"surname": "",
"gender": 0,
"birthday": null,
"phone": null,
"city": null,
"country": null,
"is_valid": false,
"doi_is_delivery": false,
"doi_is_open": false,
"doi_is_click": false,
"user_vars": {},
"bunce_log": null,
"tags": [],
"categories": [],
"created": "2026-07-28T13:00:00.415978",
"modified": "2026-07-28T13:00:00.450651"
}
],
"failed": [],
"warnings": [
{
"email": "test1@example.com",
"errors": [
{
"message": "Переменная \"my_var\" не найдена и была пропущена.",
"var_name": "my_var",
"value": "test"
}
]
}
]
} curl --location --request POST 'https://mailganer.com/api/v3/emails/' \
--header 'Authorization: CodeRequest {{api_key}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"email": "test1@example.com",
"source": 49767
},
{
"email": "test2@example.com",
"source": 49767
}
]'