From 9b97f16300e3012250b50345ba57ae6fb6bd3b73 Mon Sep 17 00:00:00 2001 From: Scaleway Bot Date: Wed, 18 Sep 2024 09:55:11 +0200 Subject: [PATCH] feat(webhosting): add send welcome email param at hosting creation (#2220) --- api/webhosting/v1/webhosting_sdk.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/webhosting/v1/webhosting_sdk.go b/api/webhosting/v1/webhosting_sdk.go index d597d218..7bc0d987 100644 --- a/api/webhosting/v1/webhosting_sdk.go +++ b/api/webhosting/v1/webhosting_sdk.go @@ -1041,6 +1041,9 @@ type HostingAPICreateHostingRequest struct { // DomainConfiguration: indicates whether to update hosting domain name servers and DNS records for domains managed by Scaleway Elements. DomainConfiguration *CreateHostingRequestDomainConfiguration `json:"domain_configuration,omitempty"` + + // SkipWelcomeEmail: indicates whether to skip a welcome email to the contact email containing hosting info. + SkipWelcomeEmail *bool `json:"skip_welcome_email,omitempty"` } // HostingAPICreateSessionRequest: hosting api create session request.