Skip to content

Commit a308082

Browse files
update new changes
1 parent ecf167b commit a308082

File tree

562 files changed

+16749
-16227
lines changed

Some content is hidden

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

562 files changed

+16749
-16227
lines changed

README.md

+43-33
Large diffs are not rendered by default.

docs/AttributesApi.md

-237
This file was deleted.

docs/Body.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**name** | **String** | Name of deal |
7-
**attributes** | **Object** | Attributes fo\\r deal creation | [optional]
6+
**name** | **String** | Name of company |
7+
**attributes** | **Object** | Attributes for company creation | [optional]
8+
**countryCode** | **Number** | Country code if phone_number is passed in attributes. | [optional]
89

910

docs/Body1.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
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]
9-
**taskTypeId** | **String** | Id for type of task e.g Call / Email / Meeting etc. |
10-
**_date** | **Date** | Task due date and time |
11-
**notes** | **String** | Notes added to a task | [optional]
12-
**done** | **Boolean** | Task marked as done | [optional]
13-
**assignToId** | **String** | User id to whom task is assigned | [optional]
14-
**contactsIds** | **[Number]** | Contact ids for contacts linked to this task | [optional]
15-
**dealsIds** | **[String]** | Deal ids for deals a task is linked to | [optional]
16-
**companiesIds** | **[String]** | Companies ids for companies a task is linked to | [optional]
17-
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
6+
**name** | **String** | Name of company | [optional]
7+
**attributes** | **Object** | Attributes for company update | [optional]
8+
**countryCode** | **Number** | Country code if phone_number is passed in attributes. | [optional]
9+
10+

docs/Body10.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SibApiV3Sdk.Body10
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**visitorId** | **String** | visitor’s ID received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a> or generated by you to <a href=\"https://developers.sendinblue.com/docs/customize-the-widget#identifying-existing-users\">bind existing user account to Conversations</a> |
7+
**text** | **String** | message text |
8+
**agentId** | **String** | agent ID. It can be found on agent’s page or received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a>. Optional if `groupId` is set. | [optional]
9+
**groupId** | **String** | group ID. It can be found on group’s page. Optional if `agentId` is set. | [optional]
10+
11+
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# SibApiV3Sdk.SendTemplateEmail
1+
# SibApiV3Sdk.Body11
22

33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**messageId** | **String** | Message ID of the template Email sent |
6+
**text** | **String** | edited message text |
77

88

docs/Body12.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SibApiV3Sdk.Body12
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**agentId** | **String** | agent ID. It can be found on agent’s page or received <a href=\"https://developers.sendinblue.com/docs/conversations-webhooks\">from a webhook</a>. Alternatively, you can use `agentEmail` + `agentName` + `receivedFrom` instead (all 3 fields required). | [optional]
7+
**receivedFrom** | **String** | mark your messages to distinguish messages created by you from the others. | [optional]
8+
**agentEmail** | **String** | agent email. When sending online pings from a standalone system, it’s hard to maintain a 1-to-1 relationship between the users of both systems. In this case, an agent can be specified by their email address. If there’s no agent with the specified email address in your Sendinblue organization, a dummy agent will be created automatically. | [optional]
9+
**agentName** | **String** | agent name. | [optional]
10+
11+

docs/Body2.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**name** | **String** | Name of company |
7-
**attributes** | **Object** | Attributes for company creation | [optional]
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]
810

911

docs/Body3.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**name** | **String** | Name of company | [optional]
7-
**attributes** | **Object** | Attributes for company update | [optional]
6+
**name** | **String** | Name of deal |
7+
**attributes** | **Object** | Attributes fo\\r deal creation | [optional]
88

99

docs/Body4.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
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]
6+
**name** | **String** | Name of deal | [optional]
7+
**attributes** | **Object** | Attributes for deal update | [optional]
108

119

docs/Body5.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,9 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
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]
6+
**linkContactIds** | **[Number]** | Contact ids for contacts to be linked with deal | [optional]
7+
**unlinkContactIds** | **[Number]** | Contact ids for contacts to be unlinked from deal | [optional]
8+
**linkCompanyIds** | **[String]** | Company ids to be linked with deal | [optional]
9+
**unlinkCompanyIds** | **[String]** | Company ids to be unlinked from deal | [optional]
1710

1811

docs/Body6.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**name** | **String** | Name of task | [optional]
6+
**name** | **String** | Name of task |
77
**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]
8+
**taskTypeId** | **String** | Id for type of task e.g Call / Email / Meeting etc. |
9+
**_date** | **Date** | Task due date and time |
1010
**notes** | **String** | Notes added to a task | [optional]
1111
**done** | **Boolean** | Task marked as done | [optional]
1212
**assignToId** | **String** | User id to whom task is assigned | [optional]
1313
**contactsIds** | **[Number]** | Contact ids for contacts linked to this task | [optional]
1414
**dealsIds** | **[String]** | Deal ids for deals a task is linked to | [optional]
1515
**companiesIds** | **[String]** | Companies ids for companies a task is linked to | [optional]
16+
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
1617

1718

docs/Body7.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# SibApiV3Sdk.Body7
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)