Skip to content

Commit c4db2f5

Browse files
Merge pull request #124 from sendinblue/feature_TRAN-1251
TRAN-1251 nodejs wrapper - Added sub accounts endpoints - Added scheduledAt and bathcId for transactional mails - Added Get scheduled mails and delete scheduled mails endpoint - Added Task module - Added date range support to campaign stats in contact details - Added trackable stats to email campaign report - Updated CRM module - Updated attributes module - JSON support has been added to contacts import
2 parents 35808c6 + c477de1 commit c4db2f5

File tree

348 files changed

+10124
-3192
lines changed

Some content is hidden

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

348 files changed

+10124
-3192
lines changed

README.md

+71-20
Large diffs are not rendered by default.

docs/Body.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**name** | **String** | Name of task |
7-
**duration** | **Number** | Duration of task | [optional]
8-
**taskTypeId** | **String** | Id for type of task e.g Call / Email / Meeting etc. |
9-
**_date** | **Date** | Task date/time |
10-
**notes** | **String** | Notes added to a task | [optional]
11-
**done** | **Boolean** | Task marked as done | [optional]
12-
**assignToId** | **String** | User id to whom task is assigned | [optional]
13-
**contactsIds** | **[Number]** | Contact ids for contacts linked to this task | [optional]
14-
**dealsIds** | **[String]** | Deal ids for deals a task is linked to | [optional]
15-
**companiesIds** | **[String]** | Companies ids for companies a task is linked to | [optional]
16-
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
6+
**name** | **String** | Name of deal |
7+
**attributes** | **Object** | Attributes fo\\r deal creation | [optional]
178

189

docs/Body1.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**name** | **String** | Name of task |
7-
**duration** | **Number** | Duration of task | [optional]
6+
**name** | **String** | Name of deal | [optional]
7+
**attributes** | **Object** | Attributes for deal update | [optional]
8+
**duration** | **Number** | Duration of task in milliseconds [1 minute = 60000 ms] | [optional]
89
**taskTypeId** | **String** | Id for type of task e.g Call / Email / Meeting etc. |
9-
**_date** | **Date** | Task date/time |
10+
**_date** | **Date** | Task due date and time |
1011
**notes** | **String** | Notes added to a task | [optional]
1112
**done** | **Boolean** | Task marked as done | [optional]
1213
**assignToId** | **String** | User id to whom task is assigned | [optional]
1314
**contactsIds** | **[Number]** | Contact ids for contacts linked to this task | [optional]
1415
**dealsIds** | **[String]** | Deal ids for deals a task is linked to | [optional]
1516
**companiesIds** | **[String]** | Companies ids for companies a task is linked to | [optional]
16-
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
17-
18-
17+
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]

docs/Body2.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SibApiV3Sdk.Body2
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **String** | Name of company |
7+
**attributes** | **Object** | Attributes for company creation | [optional]
8+
9+

docs/Body3.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SibApiV3Sdk.Body3
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **String** | Name of company | [optional]
7+
**attributes** | **Object** | Attributes for company update | [optional]
8+
9+

docs/Body4.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SibApiV3Sdk.Body4
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**linkContactIds** | **[Number]** | Contact ids for contacts to be linked with company | [optional]
7+
**unlinkContactIds** | **[Number]** | Contact ids for contacts to be unlinked from company | [optional]
8+
**linkDealsIds** | **[String]** | Deals ids for deals to be linked with company | [optional]
9+
**unlinkDealsIds** | **[String]** | Deals ids for deals to be unlinked from company | [optional]
10+
11+

docs/Body5.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SibApiV3Sdk.Body5
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **String** | Name of task |
7+
**duration** | **Number** | Duration of task in milliseconds [1 minute = 60000 ms] | [optional]
8+
**taskTypeId** | **String** | Id for type of task e.g Call / Email / Meeting etc. |
9+
**_date** | **Date** | Task due date and time |
10+
**notes** | **String** | Notes added to a task | [optional]
11+
**done** | **Boolean** | Task marked as done | [optional]
12+
**assignToId** | **String** | User id to whom task is assigned | [optional]
13+
**contactsIds** | **[Number]** | Contact ids for contacts linked to this task | [optional]
14+
**dealsIds** | **[String]** | Deal ids for deals a task is linked to | [optional]
15+
**companiesIds** | **[String]** | Companies ids for companies a task is linked to | [optional]
16+
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
17+
18+

docs/Body6.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# SibApiV3Sdk.Body6
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **String** | Name of task | [optional]
7+
**duration** | **Number** | Duration of task in milliseconds [1 minute = 60000 ms] | [optional]
8+
**taskTypeId** | **String** | Id for type of task e.g Call / Email / Meeting etc. | [optional]
9+
**_date** | **Date** | Task date/time | [optional]
10+
**notes** | **String** | Notes added to a task | [optional]
11+
**done** | **Boolean** | Task marked as done | [optional]
12+
**assignToId** | **String** | User id to whom task is assigned | [optional]
13+
**contactsIds** | **[Number]** | Contact ids for contacts linked to this task | [optional]
14+
**dealsIds** | **[String]** | Deal ids for deals a task is linked to | [optional]
15+
**companiesIds** | **[String]** | Companies ids for companies a task is linked to | [optional]
16+
17+

0 commit comments

Comments
 (0)