Skip to content

Commit f3a775b

Browse files
UpdatedCSharpWrapper
1 parent 4e0a4d6 commit f3a775b

File tree

401 files changed

+8046
-21504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

401 files changed

+8046
-21504
lines changed

.swagger-codegen/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.4
1+
2.4.9

README.md

Lines changed: 47 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,24 @@ SendinBlue's API matches the [OpenAPI v2 definition](https://www.openapis.org/).
99
This C# SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project and is reviewed and maintained by SendinBlue:
1010

1111
- API version: 3.0.0
12-
- SDK version: 1.0.0
12+
- SDK version: 1.1.0
1313
- Build package: io.swagger.codegen.languages.CSharpClientCodegen
1414
For more information, please visit [https://account.sendinblue.com/support](https://account.sendinblue.com/support)
1515

1616
## Frameworks supported
17-
- .NET 4.0 or later
18-
- Windows Phone 7.1 (Mango)
17+
- .NET Core >=1.0
18+
- .NET Framework >=4.6
19+
- Mono/Xamarin >=vNext
20+
- UWP >=10.0
1921

2022
## Dependencies
21-
- [RestSharp](https://www.nuget.org/packages/RestSharp) - 105.1.0 or later
22-
- [Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 7.0.0 or later
23-
- [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/) - 1.2.0 or later
23+
- FubarCoder.RestSharp.Portable.Core >=4.0.7
24+
- FubarCoder.RestSharp.Portable.HttpClient >=4.0.7
25+
- Newtonsoft.Json >=10.0.3
2426

25-
The DLLs included in the package may not be the latest version. We recommend using [NuGet](https://docs.nuget.org/consume/installing-nuget) to obtain the latest version of the packages:
26-
```
27-
Install-Package RestSharp
28-
Install-Package Newtonsoft.Json
29-
Install-Package JsonSubTypes
30-
```
31-
32-
NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See [RestSharp#742](https://github.com/restsharp/RestSharp/issues/742)
3327

3428
## Installation
35-
- Include the Dependencies (RestSharp, Json.NET and JsonSubTypes as mentioned in Dependencies section) in the C# project.
29+
Generate the DLL using your preferred tool
3630

3731
**OR**
3832

@@ -130,7 +124,8 @@ Class | Method | HTTP request | Description
130124
*EmailCampaignsApi* | [**EmailExportRecipients**](docs/EmailCampaignsApi.md#emailexportrecipients) | **POST** /emailCampaigns/{campaignId}/exportRecipients | Export the recipients of a campaign
131125
*EmailCampaignsApi* | [**GetEmailCampaign**](docs/EmailCampaignsApi.md#getemailcampaign) | **GET** /emailCampaigns/{campaignId} | Get campaign informations
132126
*EmailCampaignsApi* | [**GetEmailCampaigns**](docs/EmailCampaignsApi.md#getemailcampaigns) | **GET** /emailCampaigns | Return all your created campaigns
133-
*EmailCampaignsApi* | [**SendEmailCampaignNow**](docs/EmailCampaignsApi.md#sendemailcampaignnow) | **POST** /emailCampaigns/{campaignId}/sendNow | Send an email campaign id of the campaign immediately
127+
*EmailCampaignsApi* | [**GetSharedTemplateUrl**](docs/EmailCampaignsApi.md#getsharedtemplateurl) | **GET** /emailCampaigns/{campaignId}/sharedUrl | Get a shared template url
128+
*EmailCampaignsApi* | [**SendEmailCampaignNow**](docs/EmailCampaignsApi.md#sendemailcampaignnow) | **POST** /emailCampaigns/{campaignId}/sendNow | Send an email campaign immediately, based on campaignId
134129
*EmailCampaignsApi* | [**SendReport**](docs/EmailCampaignsApi.md#sendreport) | **POST** /emailCampaigns/{campaignId}/sendReport | Send the report of a campaigns
135130
*EmailCampaignsApi* | [**SendTestEmail**](docs/EmailCampaignsApi.md#sendtestemail) | **POST** /emailCampaigns/{campaignId}/sendTest | Send an email campaign to your test list
136131
*EmailCampaignsApi* | [**UpdateCampaignStatus**](docs/EmailCampaignsApi.md#updatecampaignstatus) | **PUT** /emailCampaigns/{campaignId}/status | Update a campaign status
@@ -154,12 +149,19 @@ Class | Method | HTTP request | Description
154149
*ProcessApi* | [**GetProcesses**](docs/ProcessApi.md#getprocesses) | **GET** /processes | Return all the processes for your account
155150
*ResellerApi* | [**AddCredits**](docs/ResellerApi.md#addcredits) | **POST** /reseller/children/{childAuthKey}/credits/add | Add Email and/or SMS credits to a specific child account
156151
*ResellerApi* | [**AssociateIpToChild**](docs/ResellerApi.md#associateiptochild) | **POST** /reseller/children/{childAuthKey}/ips/associate | Associate a dedicated IP to the child
152+
*ResellerApi* | [**CreateChildDomain**](docs/ResellerApi.md#createchilddomain) | **POST** /reseller/children/{childAuthKey}/domains | Creates a domain for a child account
157153
*ResellerApi* | [**CreateResellerChild**](docs/ResellerApi.md#createresellerchild) | **POST** /reseller/children | Creates a reseller child
154+
*ResellerApi* | [**DeleteChildDomain**](docs/ResellerApi.md#deletechilddomain) | **DELETE** /reseller/children/{childAuthKey}/domains/{domainName} | Deletes the sender domain of the reseller child based on the childAuthKey and domainName passed
158155
*ResellerApi* | [**DeleteResellerChild**](docs/ResellerApi.md#deleteresellerchild) | **DELETE** /reseller/children/{childAuthKey} | Deletes a single reseller child based on the childAuthKey supplied
159156
*ResellerApi* | [**DissociateIpFromChild**](docs/ResellerApi.md#dissociateipfromchild) | **POST** /reseller/children/{childAuthKey}/ips/dissociate | Dissociate a dedicated IP to the child
157+
*ResellerApi* | [**GetChildAccountCreationStatus**](docs/ResellerApi.md#getchildaccountcreationstatus) | **GET** /reseller/children/{childAuthKey}/accountCreationStatus | Returns the status of reseller's child account creation, whether it is successfully created (exists) or not based on the childAuthKey supplied
158+
*ResellerApi* | [**GetChildDomains**](docs/ResellerApi.md#getchilddomains) | **GET** /reseller/children/{childAuthKey}/domains | Gets all the sender domains of a specific child account
160159
*ResellerApi* | [**GetChildInfo**](docs/ResellerApi.md#getchildinfo) | **GET** /reseller/children/{childAuthKey} | Gets the info about a specific child account
161160
*ResellerApi* | [**GetResellerChilds**](docs/ResellerApi.md#getresellerchilds) | **GET** /reseller/children | Gets the list of all reseller's children accounts
161+
*ResellerApi* | [**GetSsoToken**](docs/ResellerApi.md#getssotoken) | **GET** /reseller/children/{childAuthKey}/auth | Get session token to access Sendinblue (SSO)
162162
*ResellerApi* | [**RemoveCredits**](docs/ResellerApi.md#removecredits) | **POST** /reseller/children/{childAuthKey}/credits/remove | Remove Email and/or SMS credits from a specific child account
163+
*ResellerApi* | [**UpdateChildAccountStatus**](docs/ResellerApi.md#updatechildaccountstatus) | **PUT** /reseller/children/{childAuthKey}/accountStatus | Updates infos of reseller's child account status based on the childAuthKey supplied
164+
*ResellerApi* | [**UpdateChildDomain**](docs/ResellerApi.md#updatechilddomain) | **PUT** /reseller/children/{childAuthKey}/domains/{domainName} | Updates the sender domain of reseller's child based on the childAuthKey and domainName passed
163165
*ResellerApi* | [**UpdateResellerChild**](docs/ResellerApi.md#updateresellerchild) | **PUT** /reseller/children/{childAuthKey} | Updates infos of reseller's child based on the childAuthKey supplied
164166
*SMSCampaignsApi* | [**CreateSmsCampaign**](docs/SMSCampaignsApi.md#createsmscampaign) | **POST** /smsCampaigns | Creates an SMS campaign
165167
*SMSCampaignsApi* | [**DeleteSmsCampaign**](docs/SMSCampaignsApi.md#deletesmscampaign) | **DELETE** /smsCampaigns/{campaignId} | Delete the SMS campaign
@@ -171,18 +173,22 @@ Class | Method | HTTP request | Description
171173
*SMSCampaignsApi* | [**SendTestSms**](docs/SMSCampaignsApi.md#sendtestsms) | **POST** /smsCampaigns/{campaignId}/sendTest | Send an SMS
172174
*SMSCampaignsApi* | [**UpdateSmsCampaign**](docs/SMSCampaignsApi.md#updatesmscampaign) | **PUT** /smsCampaigns/{campaignId} | Updates an SMS campaign
173175
*SMSCampaignsApi* | [**UpdateSmsCampaignStatus**](docs/SMSCampaignsApi.md#updatesmscampaignstatus) | **PUT** /smsCampaigns/{campaignId}/status | Update the campaign status
174-
*SMTPApi* | [**CreateSmtpTemplate**](docs/SMTPApi.md#createsmtptemplate) | **POST** /smtp/templates | Create an smtp template
176+
*SMTPApi* | [**CreateSmtpTemplate**](docs/SMTPApi.md#createsmtptemplate) | **POST** /smtp/templates | Create a transactional email template
175177
*SMTPApi* | [**DeleteHardbounces**](docs/SMTPApi.md#deletehardbounces) | **POST** /smtp/deleteHardbounces | Delete hardbounces
176-
*SMTPApi* | [**DeleteSmtpTemplate**](docs/SMTPApi.md#deletesmtptemplate) | **DELETE** /smtp/templates/{templateId} | Delete an inactive smtp template
177-
*SMTPApi* | [**GetAggregatedSmtpReport**](docs/SMTPApi.md#getaggregatedsmtpreport) | **GET** /smtp/statistics/aggregatedReport | Get your SMTP activity aggregated over a period of time
178-
*SMTPApi* | [**GetEmailEventReport**](docs/SMTPApi.md#getemaileventreport) | **GET** /smtp/statistics/events | Get all your SMTP activity (unaggregated events)
179-
*SMTPApi* | [**GetSmtpReport**](docs/SMTPApi.md#getsmtpreport) | **GET** /smtp/statistics/reports | Get your SMTP activity aggregated per day
178+
*SMTPApi* | [**DeleteSmtpTemplate**](docs/SMTPApi.md#deletesmtptemplate) | **DELETE** /smtp/templates/{templateId} | Delete an inactive transactional email template
179+
*SMTPApi* | [**GetAggregatedSmtpReport**](docs/SMTPApi.md#getaggregatedsmtpreport) | **GET** /smtp/statistics/aggregatedReport | Get your transactional email activity aggregated over a period of time
180+
*SMTPApi* | [**GetEmailEventReport**](docs/SMTPApi.md#getemaileventreport) | **GET** /smtp/statistics/events | Get all your transactional email activity (unaggregated events)
181+
*SMTPApi* | [**GetSmtpReport**](docs/SMTPApi.md#getsmtpreport) | **GET** /smtp/statistics/reports | Get your transactional email activity aggregated per day
180182
*SMTPApi* | [**GetSmtpTemplate**](docs/SMTPApi.md#getsmtptemplate) | **GET** /smtp/templates/{templateId} | Returns the template informations
181-
*SMTPApi* | [**GetSmtpTemplates**](docs/SMTPApi.md#getsmtptemplates) | **GET** /smtp/templates | Get the list of SMTP templates
183+
*SMTPApi* | [**GetSmtpTemplates**](docs/SMTPApi.md#getsmtptemplates) | **GET** /smtp/templates | Get the list of transactional email templates
184+
*SMTPApi* | [**GetTransacBlockedContacts**](docs/SMTPApi.md#gettransacblockedcontacts) | **GET** /smtp/blockedContacts | Get the list of blocked or unsubscribed transactional contacts
185+
*SMTPApi* | [**GetTransacEmailContent**](docs/SMTPApi.md#gettransacemailcontent) | **GET** /smtp/emails/{uuid} | Get the personalized content of a sent transactional email
186+
*SMTPApi* | [**GetTransacEmailsList**](docs/SMTPApi.md#gettransacemailslist) | **GET** /smtp/emails | Get the list of transactional emails on the basis of allowed filters
182187
*SMTPApi* | [**SendTemplate**](docs/SMTPApi.md#sendtemplate) | **POST** /smtp/templates/{templateId}/send | Send a template
183188
*SMTPApi* | [**SendTestTemplate**](docs/SMTPApi.md#sendtesttemplate) | **POST** /smtp/templates/{templateId}/sendTest | Send a template to your test list
184189
*SMTPApi* | [**SendTransacEmail**](docs/SMTPApi.md#sendtransacemail) | **POST** /smtp/email | Send a transactional email
185-
*SMTPApi* | [**UpdateSmtpTemplate**](docs/SMTPApi.md#updatesmtptemplate) | **PUT** /smtp/templates/{templateId} | Updates an smtp templates
190+
*SMTPApi* | [**SmtpBlockedContactsEmailDelete**](docs/SMTPApi.md#smtpblockedcontactsemaildelete) | **DELETE** /smtp/blockedContacts/{email} | Unblock or resubscribe a transactional contact
191+
*SMTPApi* | [**UpdateSmtpTemplate**](docs/SMTPApi.md#updatesmtptemplate) | **PUT** /smtp/templates/{templateId} | Updates a transactional email templates
186192
*SendersApi* | [**CreateSender**](docs/SendersApi.md#createsender) | **POST** /senders | Create a new sender
187193
*SendersApi* | [**DeleteSender**](docs/SendersApi.md#deletesender) | **DELETE** /senders/{senderId} | Delete a sender
188194
*SendersApi* | [**GetIps**](docs/SendersApi.md#getips) | **GET** /senders/ips | Return all the dedicated IPs for your account
@@ -202,6 +208,7 @@ Class | Method | HTTP request | Description
202208

203209
## Documentation for Models
204210

211+
- [Model.AddChildDomain](docs/AddChildDomain.md)
205212
- [Model.AddContactToList](docs/AddContactToList.md)
206213
- [Model.AddCredits](docs/AddCredits.md)
207214
- [Model.CreateAttribute](docs/CreateAttribute.md)
@@ -240,6 +247,9 @@ Class | Method | HTTP request | Description
240247
- [Model.GetCampaignOverview](docs/GetCampaignOverview.md)
241248
- [Model.GetCampaignRecipients](docs/GetCampaignRecipients.md)
242249
- [Model.GetCampaignStats](docs/GetCampaignStats.md)
250+
- [Model.GetChildAccountCreationStatus](docs/GetChildAccountCreationStatus.md)
251+
- [Model.GetChildDomain](docs/GetChildDomain.md)
252+
- [Model.GetChildDomains](docs/GetChildDomains.md)
243253
- [Model.GetChildInfoApiKeys](docs/GetChildInfoApiKeys.md)
244254
- [Model.GetChildInfoApiKeysV2](docs/GetChildInfoApiKeysV2.md)
245255
- [Model.GetChildInfoApiKeysV3](docs/GetChildInfoApiKeysV3.md)
@@ -254,6 +264,7 @@ Class | Method | HTTP request | Description
254264
- [Model.GetContactCampaignStatsUnsubscriptions](docs/GetContactCampaignStatsUnsubscriptions.md)
255265
- [Model.GetContactDetails](docs/GetContactDetails.md)
256266
- [Model.GetContacts](docs/GetContacts.md)
267+
- [Model.GetDeviceBrowserStats](docs/GetDeviceBrowserStats.md)
257268
- [Model.GetEmailCampaigns](docs/GetEmailCampaigns.md)
258269
- [Model.GetEmailEventReport](docs/GetEmailEventReport.md)
259270
- [Model.GetEmailEventReportEvents](docs/GetEmailEventReportEvents.md)
@@ -285,6 +296,7 @@ Class | Method | HTTP request | Description
285296
- [Model.GetSendersList](docs/GetSendersList.md)
286297
- [Model.GetSendersListIps](docs/GetSendersListIps.md)
287298
- [Model.GetSendersListSenders](docs/GetSendersListSenders.md)
299+
- [Model.GetSharedTemplateUrl](docs/GetSharedTemplateUrl.md)
288300
- [Model.GetSmsCampaignOverview](docs/GetSmsCampaignOverview.md)
289301
- [Model.GetSmsCampaignStats](docs/GetSmsCampaignStats.md)
290302
- [Model.GetSmsCampaigns](docs/GetSmsCampaigns.md)
@@ -293,8 +305,18 @@ Class | Method | HTTP request | Description
293305
- [Model.GetSmtpTemplateOverview](docs/GetSmtpTemplateOverview.md)
294306
- [Model.GetSmtpTemplateOverviewSender](docs/GetSmtpTemplateOverviewSender.md)
295307
- [Model.GetSmtpTemplates](docs/GetSmtpTemplates.md)
308+
- [Model.GetSsoToken](docs/GetSsoToken.md)
309+
- [Model.GetStatsByBrowser](docs/GetStatsByBrowser.md)
310+
- [Model.GetStatsByDevice](docs/GetStatsByDevice.md)
296311
- [Model.GetStatsByDomain](docs/GetStatsByDomain.md)
297312
- [Model.GetTransacAggregatedSmsReport](docs/GetTransacAggregatedSmsReport.md)
313+
- [Model.GetTransacBlockedContacts](docs/GetTransacBlockedContacts.md)
314+
- [Model.GetTransacBlockedContactsContacts](docs/GetTransacBlockedContactsContacts.md)
315+
- [Model.GetTransacBlockedContactsReason](docs/GetTransacBlockedContactsReason.md)
316+
- [Model.GetTransacEmailContent](docs/GetTransacEmailContent.md)
317+
- [Model.GetTransacEmailContentEvents](docs/GetTransacEmailContentEvents.md)
318+
- [Model.GetTransacEmailsList](docs/GetTransacEmailsList.md)
319+
- [Model.GetTransacEmailsListTransactionalEmails](docs/GetTransacEmailsListTransactionalEmails.md)
298320
- [Model.GetTransacSmsReport](docs/GetTransacSmsReport.md)
299321
- [Model.GetTransacSmsReportReports](docs/GetTransacSmsReportReports.md)
300322
- [Model.GetWebhook](docs/GetWebhook.md)
@@ -333,6 +355,8 @@ Class | Method | HTTP request | Description
333355
- [Model.UpdateAttributeEnumeration](docs/UpdateAttributeEnumeration.md)
334356
- [Model.UpdateCampaignStatus](docs/UpdateCampaignStatus.md)
335357
- [Model.UpdateChild](docs/UpdateChild.md)
358+
- [Model.UpdateChildAccountStatus](docs/UpdateChildAccountStatus.md)
359+
- [Model.UpdateChildDomain](docs/UpdateChildDomain.md)
336360
- [Model.UpdateContact](docs/UpdateContact.md)
337361
- [Model.UpdateEmailCampaign](docs/UpdateEmailCampaign.md)
338362
- [Model.UpdateEmailCampaignRecipients](docs/UpdateEmailCampaignRecipients.md)

docs/AddChildDomain.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# sib_api_v3_sdk.Model.AddChildDomain
2+
## Properties
3+
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**Domain** | **string** | Sender domain to add for a specific child account | [optional]
7+
8+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
9+

docs/ContactsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ namespace Example
741741
// Configuration.Default.AddApiKeyPrefix("partner-key", "Bearer");
742742
743743
var apiInstance = new ContactsApi();
744-
var email = email_example; // string | Email (urlencoded) of the contact
744+
var email = email_example; // string | Email (urlencoded) of the contact OR its SMS attribute value
745745
746746
try
747747
{
@@ -762,7 +762,7 @@ namespace Example
762762

763763
Name | Type | Description | Notes
764764
------------- | ------------- | ------------- | -------------
765-
**email** | **string**| Email (urlencoded) of the contact |
765+
**email** | **string**| Email (urlencoded) of the contact OR its SMS attribute value |
766766

767767
### Return type
768768

docs/CreateContact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**SmsBlacklisted** | **bool?** | Set this field to blacklist the contact for SMS (smsBlacklisted = true) | [optional]
1010
**ListIds** | **List<long?>** | Ids of the lists to add the contact to | [optional]
1111
**UpdateEnabled** | **bool?** | Facilitate to update the existing contact in the same request (updateEnabled = true) | [optional] [default to false]
12-
**SmtpBlacklistSender** | **List<string>** | SMTP forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true ) | [optional]
12+
**SmtpBlacklistSender** | **List<string>** | transactional email forbidden sender for contact. Use only for email Contact ( only available if updateEnabled = true ) | [optional]
1313

1414
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1515

docs/CreateEmailCampaign.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**Name** | **string** | Name of the campaign |
99
**HtmlContent** | **string** | Mandatory if htmlUrl and templateId are empty. Body of the message (HTML) | [optional]
1010
**HtmlUrl** | **string** | Mandatory if htmlContent and templateId are empty. Url to the message (HTML) | [optional]
11-
**TemplateId** | **long?** | Mandatory if htmlContent and htmlUrl are empty. Id of the SMTP template with status 'active'. Used to copy only its content fetched from htmlContent/htmlUrl to an email campaign for RSS feature. | [optional]
11+
**TemplateId** | **long?** | Mandatory if htmlContent and htmlUrl are empty. Id of the transactional email template with status 'active'. Used to copy only its content fetched from htmlContent/htmlUrl to an email campaign for RSS feature. | [optional]
1212
**ScheduledAt** | **DateTime?** | Sending UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. If sendAtBestTime is set to true, your campaign will be sent according to the date passed (ignoring the time part). | [optional]
1313
**Subject** | **string** | Subject of the campaign. Mandatory if abTesting is false. Ignored if abTesting is true. | [optional]
1414
**ReplyTo** | **string** | Email on which the campaign recipients will be able to reply to | [optional]
@@ -28,6 +28,9 @@ Name | Type | Description | Notes
2828
**SplitRule** | **long?** | Add the size of your test groups. Mandatory if abTesting = true & 'recipients' is passed. We'll send version A and B to a random sample of recipients, and then the winning version to everyone else | [optional]
2929
**WinnerCriteria** | **string** | Choose the metrics that will determinate the winning version. Mandatory if 'splitRule' >= 1 and < 50. If splitRule = 50, 'winnerCriteria' is ignored if passed | [optional]
3030
**WinnerDelay** | **long?** | Choose the duration of the test in hours. Maximum is 7 days, pass 24*7 = 168 hours. The winning version will be sent at the end of the test. Mandatory if 'splitRule' >= 1 and < 50. If splitRule = 50, 'winnerDelay' is ignored if passed | [optional]
31+
**IpWarmupEnable** | **bool?** | Available for dedicated ip clients. Set this to true if you wish to warm up your ip. | [optional] [default to false]
32+
**InitialQuota** | **long?** | Mandatory if ipWarmupEnable is set to true. Set an initial quota greater than 1 for warming up your ip. We recommend you set a value of 3000. | [optional]
33+
**IncreaseRate** | **long?** | Mandatory if ipWarmupEnable is set to true. Set a percentage increase rate for warming up your ip. We recommend you set the increase rate to 30% per day. If you want to send the same number of emails every day, set the daily increase value to 0%. | [optional]
3134

3235
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3336

0 commit comments

Comments
 (0)