Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ target/
.ipynb_checkpoints

# Miscellaneous
playground.py
playground.py
/env
165 changes: 134 additions & 31 deletions README.md

Large diffs are not rendered by default.

14 changes: 3 additions & 11 deletions docs/Body.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,9 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | Name of task |
**duration** | **int** | Duration of task in milliseconds [1 minute = 60000 ms] | [optional]
**task_type_id** | **str** | Id for type of task e.g Call / Email / Meeting etc. |
**_date** | **datetime** | Task due date and time |
**notes** | **str** | Notes added to a task | [optional]
**done** | **bool** | Task marked as done | [optional]
**assign_to_id** | **str** | User id to whom task is assigned | [optional]
**contacts_ids** | **list[int]** | Contact ids for contacts linked to this task | [optional]
**deals_ids** | **list[str]** | Deal ids for deals a task is linked to | [optional]
**companies_ids** | **list[str]** | Companies ids for companies a task is linked to | [optional]
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
**name** | **str** | Name of company |
**attributes** | **object** | Attributes for company creation | [optional]
**country_code** | **int** | Country code if phone_number is passed in attributes. | [optional]

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

Expand Down
14 changes: 3 additions & 11 deletions docs/Body1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,9 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | Name of task |
**duration** | **int** | Duration of task in milliseconds [1 minute = 60000 ms] | [optional]
**task_type_id** | **str** | Id for type of task e.g Call / Email / Meeting etc. |
**_date** | **datetime** | Task date/time |
**notes** | **str** | Notes added to a task | [optional]
**done** | **bool** | Task marked as done | [optional]
**assign_to_id** | **str** | User id to whom task is assigned | [optional]
**contacts_ids** | **list[int]** | Contact ids for contacts linked to this task | [optional]
**deals_ids** | **list[str]** | Deal ids for deals a task is linked to | [optional]
**companies_ids** | **list[str]** | Companies ids for companies a task is linked to | [optional]
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
**name** | **str** | Name of company | [optional]
**attributes** | **object** | Attributes for company update | [optional]
**country_code** | **int** | Country code if phone_number is passed in attributes. | [optional]

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

Expand Down
13 changes: 13 additions & 0 deletions docs/Body10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Body10

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**visitor_id** | **str** | 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> |
**text** | **str** | message text |
**agent_id** | **str** | 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]
**group_id** | **str** | group ID. It can be found on group’s page. Optional if `agentId` is set. | [optional]

[[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 changes: 10 additions & 0 deletions docs/Body11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Body11

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**text** | **str** | edited message text |

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


13 changes: 13 additions & 0 deletions docs/Body12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Body12

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**agent_id** | **str** | 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]
**received_from** | **str** | mark your messages to distinguish messages created by you from the others. | [optional]
**agent_email** | **str** | 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]
**agent_name** | **str** | agent name. | [optional]

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


13 changes: 13 additions & 0 deletions docs/Body2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Body2

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**link_contact_ids** | **list[int]** | Contact ids for contacts to be linked with company | [optional]
**unlink_contact_ids** | **list[int]** | Contact ids for contacts to be unlinked from company | [optional]
**link_deals_ids** | **list[str]** | Deals ids for deals to be linked with company | [optional]
**unlink_deals_ids** | **list[str]** | Deals ids for deals to be unlinked from company | [optional]

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


11 changes: 11 additions & 0 deletions docs/Body3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Body3

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | Name of deal |
**attributes** | **object** | Attributes fo\\r deal creation | [optional]

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


11 changes: 11 additions & 0 deletions docs/Body4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Body4

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | Name of deal | [optional]
**attributes** | **object** | Attributes for deal update | [optional]

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


13 changes: 13 additions & 0 deletions docs/Body5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Body5

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**link_contact_ids** | **list[int]** | Contact ids for contacts to be linked with deal | [optional]
**unlink_contact_ids** | **list[int]** | Contact ids for contacts to be unlinked from deal | [optional]
**link_company_ids** | **list[str]** | Company ids to be linked with deal | [optional]
**unlink_company_ids** | **list[str]** | Company ids to be unlinked from deal | [optional]

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


20 changes: 20 additions & 0 deletions docs/Body6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Body6

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | Name of task |
**duration** | **int** | Duration of task in milliseconds [1 minute = 60000 ms] | [optional]
**task_type_id** | **str** | Id for type of task e.g Call / Email / Meeting etc. |
**_date** | **datetime** | Task due date and time |
**notes** | **str** | Notes added to a task | [optional]
**done** | **bool** | Task marked as done | [optional]
**assign_to_id** | **str** | User id to whom task is assigned | [optional]
**contacts_ids** | **list[int]** | Contact ids for contacts linked to this task | [optional]
**deals_ids** | **list[str]** | Deal ids for deals a task is linked to | [optional]
**companies_ids** | **list[str]** | Companies ids for companies a task is linked to | [optional]
**reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]

[[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 changes: 19 additions & 0 deletions docs/Body7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Body7

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | Name of task | [optional]
**duration** | **int** | Duration of task in milliseconds [1 minute = 60000 ms] | [optional]
**task_type_id** | **str** | Id for type of task e.g Call / Email / Meeting etc. | [optional]
**_date** | **datetime** | Task date/time | [optional]
**notes** | **str** | Notes added to a task | [optional]
**done** | **bool** | Task marked as done | [optional]
**assign_to_id** | **str** | User id to whom task is assigned | [optional]
**contacts_ids** | **list[int]** | Contact ids for contacts linked to this task | [optional]
**deals_ids** | **list[str]** | Deal ids for deals a task is linked to | [optional]
**companies_ids** | **list[str]** | Companies ids for companies a task is linked to | [optional]

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


15 changes: 15 additions & 0 deletions docs/Body8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Body8

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**visitor_id** | **str** | 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> |
**text** | **str** | message text |
**agent_id** | **str** | 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]
**received_from** | **str** | mark your messages to distinguish messages created by you from the others. | [optional]
**agent_email** | **str** | agent email. When sending messages 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. | [optional]
**agent_name** | **str** | agent name | [optional]

[[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 changes: 10 additions & 0 deletions docs/Body9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Body9

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**text** | **str** | edited message text |

[[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 changes: 9 additions & 0 deletions docs/BodyVariablesItems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# BodyVariablesItems

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

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


Loading