Skip to content

Commit 1293cab

Browse files
Merge pull request #65 from sendinblue/AST-8-V4.0.0
AST-8 v4.0.2
2 parents 5b1fa37 + b75697d commit 1293cab

File tree

220 files changed

+23509
-4397
lines changed

Some content is hidden

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

220 files changed

+23509
-4397
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 SendinBlue
3+
Copyright (c) 2023 SendinBlue
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 124 additions & 34 deletions
Large diffs are not rendered by default.

docs/AttributesApi.md

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

docs/Body.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,9 @@
33

44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**Name** | **string** | Name of task |
7-
**Duration** | **long?** | Duration of task | [optional]
8-
**TaskTypeId** | **string** | Id for type of task e.g Call / Email / Meeting etc. |
9-
**Date** | **DateTime?** | Task date/time |
10-
**Notes** | **string** | Notes added to a task | [optional]
11-
**Done** | **bool?** | Task marked as done | [optional]
12-
**AssignToId** | **string** | User id to whom task is assigned | [optional]
13-
**ContactsIds** | **List<int?>** | Contact ids for contacts linked to this task | [optional]
14-
**DealsIds** | **List<string>** | Deal ids for deals a task is linked to | [optional]
15-
**CompaniesIds** | **List<string>** | Companies ids for companies a task is linked to | [optional]
16-
**Reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
6+
**Name** | **string** | Name of company |
7+
**Attributes** | **Object** | Attributes for company creation | [optional]
8+
**CountryCode** | **long?** | Country code if phone_number is passed in attributes. | [optional]
179

1810
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1911

docs/Body1.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,9 @@
33

44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**Name** | **string** | Name of task |
7-
**Duration** | **int?** | Duration of task | [optional]
8-
**TaskTypeId** | **string** | Id for type of task e.g Call / Email / Meeting etc. |
9-
**Date** | **DateTime?** | Task date/time |
10-
**Notes** | **string** | Notes added to a task | [optional]
11-
**Done** | **bool?** | Task marked as done | [optional]
12-
**AssignToId** | **string** | User id to whom task is assigned | [optional]
13-
**ContactsIds** | **List<int?>** | Contact ids for contacts linked to this task | [optional]
14-
**DealsIds** | **List<string>** | Deal ids for deals a task is linked to | [optional]
15-
**CompaniesIds** | **List<string>** | Companies ids for companies a task is linked to | [optional]
16-
**Reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
6+
**Name** | **string** | Name of company | [optional]
7+
**Attributes** | **Object** | Attributes for company update | [optional]
8+
**CountryCode** | **long?** | Country code if phone_number is passed in attributes. | [optional]
179

1810
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1911

docs/Body10.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# sib_api_v3_sdk.Model.Body10
2+
## Properties
3+
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+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+

docs/Body11.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# sib_api_v3_sdk.Model.Body11
2+
## Properties
3+
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**Text** | **string** | edited message text |
7+
8+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
9+

docs/Body12.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# sib_api_v3_sdk.Model.Body12
2+
## Properties
3+
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+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+

docs/Body2.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# sib_api_v3_sdk.Model.Body2
2+
## Properties
3+
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**LinkContactIds** | **List<long?>** | Contact ids for contacts to be linked with company | [optional]
7+
**UnlinkContactIds** | **List<long?>** | Contact ids for contacts to be unlinked from company | [optional]
8+
**LinkDealsIds** | **List<string>** | Deals ids for deals to be linked with company | [optional]
9+
**UnlinkDealsIds** | **List<string>** | Deals ids for deals to be unlinked from company | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+

docs/Body3.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# sib_api_v3_sdk.Model.Body3
2+
## Properties
3+
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**Name** | **string** | Name of deal |
7+
**Attributes** | **Object** | Attributes fo\\r deal creation | [optional]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+

0 commit comments

Comments
 (0)