Редактировать рассылку в SMTP
POST http://smtp.mailganer.com/api/v2/manage/edit_mailing/{{mailing_id}}
Здесь описаны шаги для получения доступов к SMTP.
Список параметров запроса
Пример запроса

{
  "domain_from": [
      "mailganer.com"
  ],
  "add_domain": "mailganer.ru",
  "check_stop_list": true,
  "webhook_active": true,
  "webhook_url": "https://webhook.mailganer.com/webhook_endpoint"
}
Список параметров ответа (json)
Пример ответа

{
  "status": "ok",
  "mailing_ids": [
      {
          "id": 123,
          "active": true,
          "domain_from": [
              "mailganer.com", "mailganer.ru"
          ],
          "check_stop_list": true,
          "webhook_active": true,
          "webhook_url": "https://webhook.mailganer.com/webhook_endpoint"
      }
  ]
}
Написать в поддержку
Mail