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

Lines changed: 43 additions & 33 deletions
Large diffs are not rendered by default.

docs/AttributesApi.md

Lines changed: 0 additions & 237 deletions
This file was deleted.

docs/Body.md

Lines changed: 3 additions & 2 deletions
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

Lines changed: 5 additions & 12 deletions
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

Lines changed: 11 additions & 0 deletions
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+
Lines changed: 2 additions & 2 deletions
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

Lines changed: 11 additions & 0 deletions
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

Lines changed: 4 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 4 deletions
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

0 commit comments

Comments
 (0)