/api/post-v1-projects-projectuuid-settings-email-quick-setup-a8025c0820
Войти
Все методы Email Sender SettingsEmailSenderSettingsController
manifest 0.0.0.118 • 1 июн. 2026 г., 13:50
POST/v1/projects/{projectUuid}/settings/email/quick-setupAuthenticated

POST quick setup

Маршрут POST /v1/projects/{projectUuid}/settings/email/quick-setup из EmailSenderSettingsController. Детализация собрана из API manifest gateway.

Operation ID
EmailSenderSettingsController.quickSetup.POST.v1_projects__projectUuid__settings_email_quick-setup
Handler
cdp.gateway.cdp_gateway.company.features.sender.controller.EmailSenderSettingsController#quickSetup
Consumes
Produces
Параметры1
Request bodyEmailQuickSetupGatewayRequestDTO
Response bodyResponseWrapper<Object>
Request map

Маршрут и контракт запроса

POST/v1/projects/{projectUuid}/settings/email/quick-setup
Path segments
v1projects{projectUuid}settingsemailquick-setup
Security
isAuthenticated()
Parameters

Параметры

ИмяИсточникТипОбязательныйNullableSchema
projectUuid
pathStringДаНет
Request / Response

Тела запроса и ответа

Request bodyEmailQuickSetupGatewayRequestDTO
Nullable: Нет
EmailQuickSetupGatewayRequestDTO
object • EmailQuickSetupGatewayRequestDTO
companyUuid
String
optional • nullable
domainName
String
optional • nullable
fromEmail
String
required • not-null
fromName
String
optional • nullable
replyTo
String
optional • nullable
routeKind
String
optional • not-null
provider
String
optional • nullable
smtpHost
String
optional • nullable
smtpPort
int
optional • not-null
smtpUsername
String
optional • nullable
smtpPassword
String
optional • nullable
auth
boolean
optional • not-null
startTls
boolean
optional • not-null
ssl
boolean
optional • not-null
helo
String
optional • nullable
apiKey
String
optional • nullable
accountId
String
optional • nullable
apiUrl
String
optional • nullable
Response bodyResponseWrapper<Object>
Nullable: Нет
ResponseWrapper<Object>
object • ResponseWrapper<Object>
success
boolean
required • not-null
data
T
optional • nullable
error
CdpErrorResponse
optional • nullable • schema=CdpErrorResponse
CdpErrorResponse
object • CdpErrorResponse
errorId
String
required • not-null
code
String
required • not-null
message
String
required • not-null
details
Map<String, Object>
optional • not-null
fieldErrors
List<CdpFieldError>
optional • not-null
timestamp
long
optional • not-null
meta
Map<String, Object>
optional • not-null