@@ -84,14 +84,12 @@ Class | Method | HTTP request | Description
84
84
* AttributesApi* | [ ** deleteAttribute** ] ( docs/Api/AttributesApi.md#deleteattribute ) | ** DELETE** /contacts/attributes/{attributeCategory}/{attributeName} | Delete an attribute
85
85
* AttributesApi* | [ ** getAttributes** ] ( docs/Api/AttributesApi.md#getattributes ) | ** GET** /contacts/attributes | List all attributes
86
86
* AttributesApi* | [ ** updateAttribute** ] ( docs/Api/AttributesApi.md#updateattribute ) | ** PUT** /contacts/attributes/{attributeCategory}/{attributeName} | Update contact attribute
87
- * CRMApi* | [ ** crmFilesIdDataGet** ] ( docs/Api/CRMApi.md#crmfilesiddataget ) | ** GET** /crm/files/{id}/data | Get file details
88
- * CRMApi* | [ ** crmFilesIdDelete** ] ( docs/Api/CRMApi.md#crmfilesiddelete ) | ** DELETE** /crm/files/{id} | Delete a file
89
- * CRMApi* | [ ** crmFilesIdGet** ] ( docs/Api/CRMApi.md#crmfilesidget ) | ** GET** /crm/files/{id} | Download a file
90
- * CRMApi* | [ ** crmFilesPost** ] ( docs/Api/CRMApi.md#crmfilespost ) | ** POST** /crm/files | Upload a file
87
+ * CRMApi* | [ ** crmNotesGet** ] ( docs/Api/CRMApi.md#crmnotesget ) | ** GET** /crm/notes | Get all notes
91
88
* CRMApi* | [ ** crmNotesIdDelete** ] ( docs/Api/CRMApi.md#crmnotesiddelete ) | ** DELETE** /crm/notes/{id} | Delete a note
92
89
* CRMApi* | [ ** crmNotesIdGet** ] ( docs/Api/CRMApi.md#crmnotesidget ) | ** GET** /crm/notes/{id} | Get a note
93
90
* CRMApi* | [ ** crmNotesIdPatch** ] ( docs/Api/CRMApi.md#crmnotesidpatch ) | ** PATCH** /crm/notes/{id} | Update a note
94
91
* CRMApi* | [ ** crmNotesPost** ] ( docs/Api/CRMApi.md#crmnotespost ) | ** POST** /crm/notes | Create a note
92
+ * CRMApi* | [ ** crmTasksGet** ] ( docs/Api/CRMApi.md#crmtasksget ) | ** GET** /crm/tasks | Get all tasks
95
93
* CRMApi* | [ ** crmTasksIdDelete** ] ( docs/Api/CRMApi.md#crmtasksiddelete ) | ** DELETE** /crm/tasks/{id} | Delete a task
96
94
* CRMApi* | [ ** crmTasksIdGet** ] ( docs/Api/CRMApi.md#crmtasksidget ) | ** GET** /crm/tasks/{id} | Get a task
97
95
* CRMApi* | [ ** crmTasksIdPatch** ] ( docs/Api/CRMApi.md#crmtasksidpatch ) | ** PATCH** /crm/tasks/{id} | Update a task
@@ -200,6 +198,7 @@ Class | Method | HTTP request | Description
200
198
* TransactionalEmailsApi* | [ ** createSmtpTemplate** ] ( docs/Api/TransactionalEmailsApi.md#createsmtptemplate ) | ** POST** /smtp/templates | Create an email template
201
199
* TransactionalEmailsApi* | [ ** deleteBlockedDomain** ] ( docs/Api/TransactionalEmailsApi.md#deleteblockeddomain ) | ** DELETE** /smtp/blockedDomains/{domain} | Unblock an existing domain from the list of blocked domains
202
200
* TransactionalEmailsApi* | [ ** deleteHardbounces** ] ( docs/Api/TransactionalEmailsApi.md#deletehardbounces ) | ** POST** /smtp/deleteHardbounces | Delete hardbounces
201
+ * TransactionalEmailsApi* | [ ** deleteScheduledEmailById** ] ( docs/Api/TransactionalEmailsApi.md#deletescheduledemailbyid ) | ** DELETE** /smtp/email/{identifier} | Delete scheduled emails by batchId or messageId
203
202
* TransactionalEmailsApi* | [ ** deleteSmtpTemplate** ] ( docs/Api/TransactionalEmailsApi.md#deletesmtptemplate ) | ** DELETE** /smtp/templates/{templateId} | Delete an inactive email template
204
203
* TransactionalEmailsApi* | [ ** getAggregatedSmtpReport** ] ( docs/Api/TransactionalEmailsApi.md#getaggregatedsmtpreport ) | ** GET** /smtp/statistics/aggregatedReport | Get your transactional email activity aggregated over a period of time
205
204
* TransactionalEmailsApi* | [ ** getBlockedDomains** ] ( docs/Api/TransactionalEmailsApi.md#getblockeddomains ) | ** GET** /smtp/blockedDomains | Get the list of blocked domains
@@ -272,7 +271,7 @@ Class | Method | HTTP request | Description
272
271
- [ DeleteHardbounces] ( docs/Model/DeleteHardbounces.md )
273
272
- [ EmailExportRecipients] ( docs/Model/EmailExportRecipients.md )
274
273
- [ ErrorModel] ( docs/Model/ErrorModel.md )
275
- - [ FileData ] ( docs/Model/FileData .md )
274
+ - [ GetAccount ] ( docs/Model/GetAccount .md )
276
275
- [ GetAccountMarketingAutomation] ( docs/Model/GetAccountMarketingAutomation.md )
277
276
- [ GetAccountPlan] ( docs/Model/GetAccountPlan.md )
278
277
- [ GetAccountRelay] ( docs/Model/GetAccountRelay.md )
@@ -288,6 +287,7 @@ Class | Method | HTTP request | Description
288
287
- [ GetChildAccountCreationStatus] ( docs/Model/GetChildAccountCreationStatus.md )
289
288
- [ GetChildDomain] ( docs/Model/GetChildDomain.md )
290
289
- [ GetChildDomains] ( docs/Model/GetChildDomains.md )
290
+ - [ GetChildInfo] ( docs/Model/GetChildInfo.md )
291
291
- [ GetChildInfoApiKeys] ( docs/Model/GetChildInfoApiKeys.md )
292
292
- [ GetChildInfoApiKeysV2] ( docs/Model/GetChildInfoApiKeysV2.md )
293
293
- [ GetChildInfoApiKeysV3] ( docs/Model/GetChildInfoApiKeysV3.md )
@@ -303,12 +303,17 @@ Class | Method | HTTP request | Description
303
303
- [ GetContactDetails] ( docs/Model/GetContactDetails.md )
304
304
- [ GetContacts] ( docs/Model/GetContacts.md )
305
305
- [ GetDeviceBrowserStats] ( docs/Model/GetDeviceBrowserStats.md )
306
+ - [ GetEmailCampaign] ( docs/Model/GetEmailCampaign.md )
306
307
- [ GetEmailCampaigns] ( docs/Model/GetEmailCampaigns.md )
307
308
- [ GetEmailEventReport] ( docs/Model/GetEmailEventReport.md )
308
309
- [ GetEmailEventReportEvents] ( docs/Model/GetEmailEventReportEvents.md )
310
+ - [ GetExtendedCampaignOverview] ( docs/Model/GetExtendedCampaignOverview.md )
309
311
- [ GetExtendedCampaignOverviewSender] ( docs/Model/GetExtendedCampaignOverviewSender.md )
310
312
- [ GetExtendedCampaignStats] ( docs/Model/GetExtendedCampaignStats.md )
313
+ - [ GetExtendedCampaignStatsGlobalStats] ( docs/Model/GetExtendedCampaignStatsGlobalStats.md )
314
+ - [ GetExtendedClient] ( docs/Model/GetExtendedClient.md )
311
315
- [ GetExtendedClientAddress] ( docs/Model/GetExtendedClientAddress.md )
316
+ - [ GetExtendedContactDetails] ( docs/Model/GetExtendedContactDetails.md )
312
317
- [ GetExtendedContactDetailsStatistics] ( docs/Model/GetExtendedContactDetailsStatistics.md )
313
318
- [ GetExtendedContactDetailsStatisticsClicked] ( docs/Model/GetExtendedContactDetailsStatisticsClicked.md )
314
319
- [ GetExtendedContactDetailsStatisticsDelivered] ( docs/Model/GetExtendedContactDetailsStatisticsDelivered.md )
@@ -318,6 +323,7 @@ Class | Method | HTTP request | Description
318
323
- [ GetExtendedContactDetailsStatisticsUnsubscriptions] ( docs/Model/GetExtendedContactDetailsStatisticsUnsubscriptions.md )
319
324
- [ GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription] ( docs/Model/GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.md )
320
325
- [ GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription] ( docs/Model/GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.md )
326
+ - [ GetExtendedList] ( docs/Model/GetExtendedList.md )
321
327
- [ GetExtendedListCampaignStats] ( docs/Model/GetExtendedListCampaignStats.md )
322
328
- [ GetFolder] ( docs/Model/GetFolder.md )
323
329
- [ GetFolderLists] ( docs/Model/GetFolderLists.md )
@@ -344,7 +350,9 @@ Class | Method | HTTP request | Description
344
350
- [ GetSendersListIps] ( docs/Model/GetSendersListIps.md )
345
351
- [ GetSendersListSenders] ( docs/Model/GetSendersListSenders.md )
346
352
- [ GetSharedTemplateUrl] ( docs/Model/GetSharedTemplateUrl.md )
353
+ - [ GetSmsCampaign] ( docs/Model/GetSmsCampaign.md )
347
354
- [ GetSmsCampaignOverview] ( docs/Model/GetSmsCampaignOverview.md )
355
+ - [ GetSmsCampaignRecipients] ( docs/Model/GetSmsCampaignRecipients.md )
348
356
- [ GetSmsCampaignStats] ( docs/Model/GetSmsCampaignStats.md )
349
357
- [ GetSmsCampaigns] ( docs/Model/GetSmsCampaigns.md )
350
358
- [ GetSmsEventReport] ( docs/Model/GetSmsEventReport.md )
@@ -378,6 +386,8 @@ Class | Method | HTTP request | Description
378
386
- [ MasterDetailsResponsePlanInfoFeatures] ( docs/Model/MasterDetailsResponsePlanInfoFeatures.md )
379
387
- [ Note] ( docs/Model/Note.md )
380
388
- [ NoteData] ( docs/Model/NoteData.md )
389
+ - [ NoteId] ( docs/Model/NoteId.md )
390
+ - [ NoteList] ( docs/Model/NoteList.md )
381
391
- [ PostContactInfo] ( docs/Model/PostContactInfo.md )
382
392
- [ PostContactInfoContacts] ( docs/Model/PostContactInfoContacts.md )
383
393
- [ PostSendFailed] ( docs/Model/PostSendFailed.md )
@@ -392,6 +402,7 @@ Class | Method | HTTP request | Description
392
402
- [ RequestContactImport] ( docs/Model/RequestContactImport.md )
393
403
- [ RequestContactImportNewList] ( docs/Model/RequestContactImportNewList.md )
394
404
- [ RequestSmsRecipientExport] ( docs/Model/RequestSmsRecipientExport.md )
405
+ - [ ScheduleSmtpEmail] ( docs/Model/ScheduleSmtpEmail.md )
395
406
- [ SendReport] ( docs/Model/SendReport.md )
396
407
- [ SendReportEmail] ( docs/Model/SendReportEmail.md )
397
408
- [ SendSms] ( docs/Model/SendSms.md )
@@ -423,6 +434,7 @@ Class | Method | HTTP request | Description
423
434
- [ SubAccountsResponse] ( docs/Model/SubAccountsResponse.md )
424
435
- [ SubAccountsResponseSubAccounts] ( docs/Model/SubAccountsResponseSubAccounts.md )
425
436
- [ Task] ( docs/Model/Task.md )
437
+ - [ TaskList] ( docs/Model/TaskList.md )
426
438
- [ TaskReminder] ( docs/Model/TaskReminder.md )
427
439
- [ TaskTypes] ( docs/Model/TaskTypes.md )
428
440
- [ UpdateAttribute] ( docs/Model/UpdateAttribute.md )
0 commit comments