You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/GetEmailEventReportEvents.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ Name | Type | Description | Notes
7
7
**date** | **date** | Date on which the event has been generated |
8
8
**subject** | **str** | Subject of the event | [optional]
9
9
**message_id** | **str** | Message ID which generated the event |
10
-
**event** | **str** | Event which occured |
11
-
**reason** | **str** | Reason of bounce (only availble if the event is hardbounce or softbounce) |
10
+
**event** | **str** | Event which occurred |
11
+
**reason** | **str** | Reason of bounce (only available if the event is hardbounce or softbounce) |
12
12
**tag** | **str** | Tag of the email which generated the event |
13
-
**ip** | **str** | IP from which the user has opened the email or clicked on the link (only availble if the event is opened or clicks) | [optional]
14
-
**link** | **str** | The link which is sent to the user (only availble if the event is requests or opened or clicks) | [optional]
13
+
**ip** | **str** | IP from which the user has opened the email or clicked on the link (only available if the event is opened or clicks) | [optional]
14
+
**link** | **str** | The link which is sent to the user (only available if the event is requests or opened or clicks) | [optional]
15
15
16
16
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,6 @@
36
36
packages=find_packages(),
37
37
include_package_data=True,
38
38
long_description="""\
39
-
SendinBlue provide a RESTFul API that can be used with any languages. With this API, you will be able to : - Manage your campaigns and get the statistics - Manage your contacts - Send transactional Emails and SMS - and much more... You can download our wrappers at https://github.com/orgs/sendinblue **Possible responses** | Code | Message | | :-------------: | ------------- | | 200 | OK. Successful Request | | 201 | OK. Successful Creation | | 202 | OK. Request accepted | | 204 | OK. Successful Update/Deletion | | 400 | Error. Bad Request | | 401 | Error. Authentication Needed | | 402 | Error. Not enough credit, plan upgrade needed | | 403 | Error. Permission denied | | 404 | Error. Object does not exist | | 405 | Error. Method not allowed |
39
+
Official SendinBlue provided RESTFul API V3 python library
0 commit comments