Skip to content

Commit 26e932e

Browse files
authored
Merge pull request #79 from sendinblue/feature_AP-1764
Updated to v7.4.0
2 parents 06068cf + e4afb70 commit 26e932e

File tree

161 files changed

+9382
-263
lines changed

Some content is hidden

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

161 files changed

+9382
-263
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,19 @@ Class | Method | HTTP request | Description
9292
*AttributesApi* | [**delete_attribute**](docs/AttributesApi.md#delete_attribute) | **DELETE** /contacts/attributes/{attributeCategory}/{attributeName} | Delete an attribute
9393
*AttributesApi* | [**get_attributes**](docs/AttributesApi.md#get_attributes) | **GET** /contacts/attributes | List all attributes
9494
*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
99+
*CRMApi* | [**crm_notes_id_delete**](docs/CRMApi.md#crm_notes_id_delete) | **DELETE** /crm/notes/{id} | Delete a note
100+
*CRMApi* | [**crm_notes_id_get**](docs/CRMApi.md#crm_notes_id_get) | **GET** /crm/notes/{id} | Get a note
101+
*CRMApi* | [**crm_notes_id_patch**](docs/CRMApi.md#crm_notes_id_patch) | **PATCH** /crm/notes/{id} | Update a note
102+
*CRMApi* | [**crm_notes_post**](docs/CRMApi.md#crm_notes_post) | **POST** /crm/notes | Create a note
103+
*CRMApi* | [**crm_tasks_id_delete**](docs/CRMApi.md#crm_tasks_id_delete) | **DELETE** /crm/tasks/{id} | Delete a task
104+
*CRMApi* | [**crm_tasks_id_get**](docs/CRMApi.md#crm_tasks_id_get) | **GET** /crm/tasks/{id} | Get a task
105+
*CRMApi* | [**crm_tasks_id_patch**](docs/CRMApi.md#crm_tasks_id_patch) | **PATCH** /crm/tasks/{id} | Update a task
106+
*CRMApi* | [**crm_tasks_post**](docs/CRMApi.md#crm_tasks_post) | **POST** /crm/tasks | Create a task
107+
*CRMApi* | [**crm_tasktypes_get**](docs/CRMApi.md#crm_tasktypes_get) | **GET** /crm/tasktypes | Get all task types
95108
*ContactsApi* | [**add_contact_to_list**](docs/ContactsApi.md#add_contact_to_list) | **POST** /contacts/lists/{listId}/contacts/add | Add existing contacts to a list
96109
*ContactsApi* | [**create_attribute**](docs/ContactsApi.md#create_attribute) | **POST** /contacts/attributes/{attributeCategory}/{attributeName} | Create contact attribute
97110
*ContactsApi* | [**create_contact**](docs/ContactsApi.md#create_contact) | **POST** /contacts | Create a contact
@@ -116,6 +129,7 @@ Class | Method | HTTP request | Description
116129
*ContactsApi* | [**remove_contact_from_list**](docs/ContactsApi.md#remove_contact_from_list) | **POST** /contacts/lists/{listId}/contacts/remove | Delete a contact from a list
117130
*ContactsApi* | [**request_contact_export**](docs/ContactsApi.md#request_contact_export) | **POST** /contacts/export | Export contacts
118131
*ContactsApi* | [**update_attribute**](docs/ContactsApi.md#update_attribute) | **PUT** /contacts/attributes/{attributeCategory}/{attributeName} | Update contact attribute
132+
*ContactsApi* | [**update_batch_contacts**](docs/ContactsApi.md#update_batch_contacts) | **POST** /contacts/batch | Update multiple contacts
119133
*ContactsApi* | [**update_contact**](docs/ContactsApi.md#update_contact) | **PUT** /contacts/{identifier} | Update a contact
120134
*ContactsApi* | [**update_folder**](docs/ContactsApi.md#update_folder) | **PUT** /contacts/folders/{folderId} | Update a folder
121135
*ContactsApi* | [**update_list**](docs/ContactsApi.md#update_list) | **PUT** /contacts/lists/{listId} | Update a list
@@ -151,8 +165,11 @@ Class | Method | HTTP request | Description
151165
*ListsApi* | [**update_list**](docs/ListsApi.md#update_list) | **PUT** /contacts/lists/{listId} | Update a list
152166
*MasterAccountApi* | [**corporate_master_account_get**](docs/MasterAccountApi.md#corporate_master_account_get) | **GET** /corporate/masterAccount | Get the details of requested master account
153167
*MasterAccountApi* | [**corporate_sub_account_get**](docs/MasterAccountApi.md#corporate_sub_account_get) | **GET** /corporate/subAccount | Get the list of all the sub-accounts of the master account.
168+
*MasterAccountApi* | [**corporate_sub_account_id_delete**](docs/MasterAccountApi.md#corporate_sub_account_id_delete) | **DELETE** /corporate/subAccount/{id} | Delete a sub-account
154169
*MasterAccountApi* | [**corporate_sub_account_id_get**](docs/MasterAccountApi.md#corporate_sub_account_id_get) | **GET** /corporate/subAccount/{id} | Get sub-account details
170+
*MasterAccountApi* | [**corporate_sub_account_id_plan_put**](docs/MasterAccountApi.md#corporate_sub_account_id_plan_put) | **PUT** /corporate/subAccount/{id}/plan | Update sub-account plan
155171
*MasterAccountApi* | [**corporate_sub_account_post**](docs/MasterAccountApi.md#corporate_sub_account_post) | **POST** /corporate/subAccount | Create a new sub-account under a master account.
172+
*MasterAccountApi* | [**corporate_sub_account_sso_token_post**](docs/MasterAccountApi.md#corporate_sub_account_sso_token_post) | **POST** /corporate/subAccount/ssoToken | Generate SSO token to access Sendinblue
156173
*ProcessApi* | [**get_process**](docs/ProcessApi.md#get_process) | **GET** /processes/{processId} | Return the informations for a process
157174
*ProcessApi* | [**get_processes**](docs/ProcessApi.md#get_processes) | **GET** /processes | Return all the processes for your account
158175
*ResellerApi* | [**add_credits**](docs/ResellerApi.md#add_credits) | **POST** /reseller/children/{childIdentifier}/credits/add | Add Email and/or SMS credits to a specific child account
@@ -229,6 +246,9 @@ Class | Method | HTTP request | Description
229246
- [AddContactToList](docs/AddContactToList.md)
230247
- [AddCredits](docs/AddCredits.md)
231248
- [BlockDomain](docs/BlockDomain.md)
249+
- [Body](docs/Body.md)
250+
- [Body1](docs/Body1.md)
251+
- [Contact](docs/Contact.md)
232252
- [CreateAttribute](docs/CreateAttribute.md)
233253
- [CreateAttributeEnumeration](docs/CreateAttributeEnumeration.md)
234254
- [CreateChild](docs/CreateChild.md)
@@ -256,6 +276,7 @@ Class | Method | HTTP request | Description
256276
- [DeleteHardbounces](docs/DeleteHardbounces.md)
257277
- [EmailExportRecipients](docs/EmailExportRecipients.md)
258278
- [ErrorModel](docs/ErrorModel.md)
279+
- [FileData](docs/FileData.md)
259280
- [GetAccountMarketingAutomation](docs/GetAccountMarketingAutomation.md)
260281
- [GetAccountPlan](docs/GetAccountPlan.md)
261282
- [GetAccountRelay](docs/GetAccountRelay.md)
@@ -294,6 +315,7 @@ Class | Method | HTTP request | Description
294315
- [GetExtendedClientAddress](docs/GetExtendedClientAddress.md)
295316
- [GetExtendedContactDetailsStatistics](docs/GetExtendedContactDetailsStatistics.md)
296317
- [GetExtendedContactDetailsStatisticsClicked](docs/GetExtendedContactDetailsStatisticsClicked.md)
318+
- [GetExtendedContactDetailsStatisticsDelivered](docs/GetExtendedContactDetailsStatisticsDelivered.md)
297319
- [GetExtendedContactDetailsStatisticsLinks](docs/GetExtendedContactDetailsStatisticsLinks.md)
298320
- [GetExtendedContactDetailsStatisticsMessagesSent](docs/GetExtendedContactDetailsStatisticsMessagesSent.md)
299321
- [GetExtendedContactDetailsStatisticsOpened](docs/GetExtendedContactDetailsStatisticsOpened.md)
@@ -354,6 +376,8 @@ Class | Method | HTTP request | Description
354376
- [MasterDetailsResponseBillingInfoName](docs/MasterDetailsResponseBillingInfoName.md)
355377
- [MasterDetailsResponsePlanInfo](docs/MasterDetailsResponsePlanInfo.md)
356378
- [MasterDetailsResponsePlanInfoFeatures](docs/MasterDetailsResponsePlanInfoFeatures.md)
379+
- [Note](docs/Note.md)
380+
- [NoteData](docs/NoteData.md)
357381
- [PostContactInfo](docs/PostContactInfo.md)
358382
- [PostContactInfoContacts](docs/PostContactInfoContacts.md)
359383
- [PostSendFailed](docs/PostSendFailed.md)
@@ -384,6 +408,7 @@ Class | Method | HTTP request | Description
384408
- [SendTestEmail](docs/SendTestEmail.md)
385409
- [SendTestSms](docs/SendTestSms.md)
386410
- [SendTransacSms](docs/SendTransacSms.md)
411+
- [SsoTokenRequest](docs/SsoTokenRequest.md)
387412
- [SubAccountDetailsResponse](docs/SubAccountDetailsResponse.md)
388413
- [SubAccountDetailsResponsePlanInfo](docs/SubAccountDetailsResponsePlanInfo.md)
389414
- [SubAccountDetailsResponsePlanInfoCredits](docs/SubAccountDetailsResponsePlanInfoCredits.md)
@@ -392,10 +417,19 @@ Class | Method | HTTP request | Description
392417
- [SubAccountDetailsResponsePlanInfoFeaturesInbox](docs/SubAccountDetailsResponsePlanInfoFeaturesInbox.md)
393418
- [SubAccountDetailsResponsePlanInfoFeaturesLandingPage](docs/SubAccountDetailsResponsePlanInfoFeaturesLandingPage.md)
394419
- [SubAccountDetailsResponsePlanInfoFeaturesUsers](docs/SubAccountDetailsResponsePlanInfoFeaturesUsers.md)
420+
- [SubAccountUpdatePlanRequest](docs/SubAccountUpdatePlanRequest.md)
421+
- [SubAccountUpdatePlanRequestCredits](docs/SubAccountUpdatePlanRequestCredits.md)
422+
- [SubAccountUpdatePlanRequestFeatures](docs/SubAccountUpdatePlanRequestFeatures.md)
395423
- [SubAccountsResponse](docs/SubAccountsResponse.md)
396424
- [SubAccountsResponseSubAccounts](docs/SubAccountsResponseSubAccounts.md)
425+
- [Task](docs/Task.md)
426+
- [TaskReminder](docs/TaskReminder.md)
427+
- [TaskTypes](docs/TaskTypes.md)
397428
- [UpdateAttribute](docs/UpdateAttribute.md)
398429
- [UpdateAttributeEnumeration](docs/UpdateAttributeEnumeration.md)
430+
- [UpdateBatchContacts](docs/UpdateBatchContacts.md)
431+
- [UpdateBatchContactsContacts](docs/UpdateBatchContactsContacts.md)
432+
- [UpdateBatchContactsModel](docs/UpdateBatchContactsModel.md)
399433
- [UpdateCampaignStatus](docs/UpdateCampaignStatus.md)
400434
- [UpdateChild](docs/UpdateChild.md)
401435
- [UpdateChildAccountStatus](docs/UpdateChildAccountStatus.md)

docs/Body.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Body
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **str** | Name of task |
7+
**duration** | **int** | Duration of task | [optional]
8+
**task_type_id** | **str** | Id for type of task e.g Call / Email / Meeting etc. |
9+
**_date** | **datetime** | Task date/time |
10+
**notes** | **str** | Notes added to a task | [optional]
11+
**done** | **bool** | Task marked as done | [optional]
12+
**assign_to_id** | **str** | User id to whom task is assigned | [optional]
13+
**contacts_ids** | **list[int]** | Contact ids for contacts linked to this task | [optional]
14+
**deals_ids** | **list[str]** | Deal ids for deals a task is linked to | [optional]
15+
**companies_ids** | **list[str]** | Companies ids for companies a task is linked to | [optional]
16+
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
17+
18+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
19+
20+

docs/Body1.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Body1
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **str** | Name of task |
7+
**duration** | **int** | Duration of task | [optional]
8+
**task_type_id** | **str** | Id for type of task e.g Call / Email / Meeting etc. |
9+
**_date** | **datetime** | Task date/time |
10+
**notes** | **str** | Notes added to a task | [optional]
11+
**done** | **bool** | Task marked as done | [optional]
12+
**assign_to_id** | **str** | User id to whom task is assigned | [optional]
13+
**contacts_ids** | **list[int]** | Contact ids for contacts linked to this task | [optional]
14+
**deals_ids** | **list[str]** | Deal ids for deals a task is linked to | [optional]
15+
**companies_ids** | **list[str]** | Companies ids for companies a task is linked to | [optional]
16+
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
17+
18+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
19+
20+

0 commit comments

Comments
 (0)