@@ -92,14 +92,12 @@ Class | Method | HTTP request | Description
92
92
* AttributesApi* | [ ** delete_attribute** ] ( docs/AttributesApi.md#delete_attribute ) | ** DELETE** /contacts/attributes/{attributeCategory}/{attributeName} | Delete an attribute
93
93
* AttributesApi* | [ ** get_attributes** ] ( docs/AttributesApi.md#get_attributes ) | ** GET** /contacts/attributes | List all attributes
94
94
* AttributesApi* | [ ** update_attribute** ] ( docs/AttributesApi.md#update_attribute ) | ** PUT** /contacts/attributes/{attributeCategory}/{attributeName} | Update contact attribute
95
- * CRMApi* | [ ** crm_files_id_data_get** ] ( docs/CRMApi.md#crm_files_id_data_get ) | ** GET** /crm/files/{id}/data | Get file details
96
- * CRMApi* | [ ** crm_files_id_delete** ] ( docs/CRMApi.md#crm_files_id_delete ) | ** DELETE** /crm/files/{id} | Delete a file
97
- * CRMApi* | [ ** crm_files_id_get** ] ( docs/CRMApi.md#crm_files_id_get ) | ** GET** /crm/files/{id} | Download a file
98
- * CRMApi* | [ ** crm_files_post** ] ( docs/CRMApi.md#crm_files_post ) | ** POST** /crm/files | Upload a file
95
+ * CRMApi* | [ ** crm_notes_get** ] ( docs/CRMApi.md#crm_notes_get ) | ** GET** /crm/notes | Get all notes
99
96
* CRMApi* | [ ** crm_notes_id_delete** ] ( docs/CRMApi.md#crm_notes_id_delete ) | ** DELETE** /crm/notes/{id} | Delete a note
100
97
* CRMApi* | [ ** crm_notes_id_get** ] ( docs/CRMApi.md#crm_notes_id_get ) | ** GET** /crm/notes/{id} | Get a note
101
98
* CRMApi* | [ ** crm_notes_id_patch** ] ( docs/CRMApi.md#crm_notes_id_patch ) | ** PATCH** /crm/notes/{id} | Update a note
102
99
* CRMApi* | [ ** crm_notes_post** ] ( docs/CRMApi.md#crm_notes_post ) | ** POST** /crm/notes | Create a note
100
+ * CRMApi* | [ ** crm_tasks_get** ] ( docs/CRMApi.md#crm_tasks_get ) | ** GET** /crm/tasks | Get all tasks
103
101
* CRMApi* | [ ** crm_tasks_id_delete** ] ( docs/CRMApi.md#crm_tasks_id_delete ) | ** DELETE** /crm/tasks/{id} | Delete a task
104
102
* CRMApi* | [ ** crm_tasks_id_get** ] ( docs/CRMApi.md#crm_tasks_id_get ) | ** GET** /crm/tasks/{id} | Get a task
105
103
* CRMApi* | [ ** crm_tasks_id_patch** ] ( docs/CRMApi.md#crm_tasks_id_patch ) | ** PATCH** /crm/tasks/{id} | Update a task
@@ -212,10 +210,13 @@ Class | Method | HTTP request | Description
212
210
* TransactionalEmailsApi* | [ ** create_smtp_template** ] ( docs/TransactionalEmailsApi.md#create_smtp_template ) | ** POST** /smtp/templates | Create an email template
213
211
* TransactionalEmailsApi* | [ ** delete_blocked_domain** ] ( docs/TransactionalEmailsApi.md#delete_blocked_domain ) | ** DELETE** /smtp/blockedDomains/{domain} | Unblock an existing domain from the list of blocked domains
214
212
* TransactionalEmailsApi* | [ ** delete_hardbounces** ] ( docs/TransactionalEmailsApi.md#delete_hardbounces ) | ** POST** /smtp/deleteHardbounces | Delete hardbounces
213
+ * TransactionalEmailsApi* | [ ** delete_scheduled_email_by_id** ] ( docs/TransactionalEmailsApi.md#delete_scheduled_email_by_id ) | ** DELETE** /smtp/email/{identifier} | Delete scheduled emails by batchId or messageId
215
214
* TransactionalEmailsApi* | [ ** delete_smtp_template** ] ( docs/TransactionalEmailsApi.md#delete_smtp_template ) | ** DELETE** /smtp/templates/{templateId} | Delete an inactive email template
216
215
* TransactionalEmailsApi* | [ ** get_aggregated_smtp_report** ] ( docs/TransactionalEmailsApi.md#get_aggregated_smtp_report ) | ** GET** /smtp/statistics/aggregatedReport | Get your transactional email activity aggregated over a period of time
217
216
* TransactionalEmailsApi* | [ ** get_blocked_domains** ] ( docs/TransactionalEmailsApi.md#get_blocked_domains ) | ** GET** /smtp/blockedDomains | Get the list of blocked domains
218
217
* TransactionalEmailsApi* | [ ** get_email_event_report** ] ( docs/TransactionalEmailsApi.md#get_email_event_report ) | ** GET** /smtp/statistics/events | Get all your transactional email activity (unaggregated events)
218
+ * TransactionalEmailsApi* | [ ** get_scheduled_email_by_batch_id** ] ( docs/TransactionalEmailsApi.md#get_scheduled_email_by_batch_id ) | ** GET** /smtp/emailStatus/{batchId} | Fetch scheduled emails by batchId
219
+ * TransactionalEmailsApi* | [ ** get_scheduled_email_by_message_id** ] ( docs/TransactionalEmailsApi.md#get_scheduled_email_by_message_id ) | ** GET** /smtp/emailStatus/{messageId} | Fetch scheduled email by messageId
219
220
* TransactionalEmailsApi* | [ ** get_smtp_report** ] ( docs/TransactionalEmailsApi.md#get_smtp_report ) | ** GET** /smtp/statistics/reports | Get your transactional email activity aggregated per day
220
221
* TransactionalEmailsApi* | [ ** get_smtp_template** ] ( docs/TransactionalEmailsApi.md#get_smtp_template ) | ** GET** /smtp/templates/{templateId} | Returns the template information
221
222
* TransactionalEmailsApi* | [ ** get_smtp_templates** ] ( docs/TransactionalEmailsApi.md#get_smtp_templates ) | ** GET** /smtp/templates | Get the list of email templates
@@ -248,7 +249,6 @@ Class | Method | HTTP request | Description
248
249
- [ BlockDomain] ( docs/BlockDomain.md )
249
250
- [ Body] ( docs/Body.md )
250
251
- [ Body1] ( docs/Body1.md )
251
- - [ Contact] ( docs/Contact.md )
252
252
- [ CreateAttribute] ( docs/CreateAttribute.md )
253
253
- [ CreateAttributeEnumeration] ( docs/CreateAttributeEnumeration.md )
254
254
- [ CreateChild] ( docs/CreateChild.md )
@@ -269,14 +269,14 @@ Class | Method | HTTP request | Description
269
269
- [ CreateSmtpTemplate] ( docs/CreateSmtpTemplate.md )
270
270
- [ CreateSmtpTemplateSender] ( docs/CreateSmtpTemplateSender.md )
271
271
- [ CreateSubAccount] ( docs/CreateSubAccount.md )
272
+ - [ CreateSubAccountResponse] ( docs/CreateSubAccountResponse.md )
272
273
- [ CreateUpdateContactModel] ( docs/CreateUpdateContactModel.md )
273
274
- [ CreateUpdateFolder] ( docs/CreateUpdateFolder.md )
274
275
- [ CreateWebhook] ( docs/CreateWebhook.md )
275
276
- [ CreatedProcessId] ( docs/CreatedProcessId.md )
276
277
- [ DeleteHardbounces] ( docs/DeleteHardbounces.md )
277
278
- [ EmailExportRecipients] ( docs/EmailExportRecipients.md )
278
279
- [ ErrorModel] ( docs/ErrorModel.md )
279
- - [ FileData] ( docs/FileData.md )
280
280
- [ GetAccountMarketingAutomation] ( docs/GetAccountMarketingAutomation.md )
281
281
- [ GetAccountPlan] ( docs/GetAccountPlan.md )
282
282
- [ GetAccountRelay] ( docs/GetAccountRelay.md )
@@ -341,6 +341,9 @@ Class | Method | HTTP request | Description
341
341
- [ GetProcesses] ( docs/GetProcesses.md )
342
342
- [ GetReports] ( docs/GetReports.md )
343
343
- [ GetReportsReports] ( docs/GetReportsReports.md )
344
+ - [ GetScheduledEmailByBatchId] ( docs/GetScheduledEmailByBatchId.md )
345
+ - [ GetScheduledEmailByBatchIdBatches] ( docs/GetScheduledEmailByBatchIdBatches.md )
346
+ - [ GetScheduledEmailByMessageId] ( docs/GetScheduledEmailByMessageId.md )
344
347
- [ GetSendersList] ( docs/GetSendersList.md )
345
348
- [ GetSendersListIps] ( docs/GetSendersListIps.md )
346
349
- [ GetSendersListSenders] ( docs/GetSendersListSenders.md )
@@ -369,6 +372,7 @@ Class | Method | HTTP request | Description
369
372
- [ GetTransacSmsReportReports] ( docs/GetTransacSmsReportReports.md )
370
373
- [ GetWebhook] ( docs/GetWebhook.md )
371
374
- [ GetWebhooks] ( docs/GetWebhooks.md )
375
+ - [ InlineResponse201] ( docs/InlineResponse201.md )
372
376
- [ ManageIp] ( docs/ManageIp.md )
373
377
- [ MasterDetailsResponse] ( docs/MasterDetailsResponse.md )
374
378
- [ MasterDetailsResponseBillingInfo] ( docs/MasterDetailsResponseBillingInfo.md )
@@ -378,6 +382,8 @@ Class | Method | HTTP request | Description
378
382
- [ MasterDetailsResponsePlanInfoFeatures] ( docs/MasterDetailsResponsePlanInfoFeatures.md )
379
383
- [ Note] ( docs/Note.md )
380
384
- [ NoteData] ( docs/NoteData.md )
385
+ - [ NoteId] ( docs/NoteId.md )
386
+ - [ NoteList] ( docs/NoteList.md )
381
387
- [ PostContactInfo] ( docs/PostContactInfo.md )
382
388
- [ PostContactInfoContacts] ( docs/PostContactInfoContacts.md )
383
389
- [ PostSendFailed] ( docs/PostSendFailed.md )
@@ -392,6 +398,7 @@ Class | Method | HTTP request | Description
392
398
- [ RequestContactImport] ( docs/RequestContactImport.md )
393
399
- [ RequestContactImportNewList] ( docs/RequestContactImportNewList.md )
394
400
- [ RequestSmsRecipientExport] ( docs/RequestSmsRecipientExport.md )
401
+ - [ ScheduleSmtpEmail] ( docs/ScheduleSmtpEmail.md )
395
402
- [ SendReport] ( docs/SendReport.md )
396
403
- [ SendReportEmail] ( docs/SendReportEmail.md )
397
404
- [ SendSms] ( docs/SendSms.md )
@@ -423,6 +430,7 @@ Class | Method | HTTP request | Description
423
430
- [ SubAccountsResponse] ( docs/SubAccountsResponse.md )
424
431
- [ SubAccountsResponseSubAccounts] ( docs/SubAccountsResponseSubAccounts.md )
425
432
- [ Task] ( docs/Task.md )
433
+ - [ TaskList] ( docs/TaskList.md )
426
434
- [ TaskReminder] ( docs/TaskReminder.md )
427
435
- [ TaskTypes] ( docs/TaskTypes.md )
428
436
- [ UpdateAttribute] ( docs/UpdateAttribute.md )
0 commit comments