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
limit:50, # Integer | Number of documents per page
620
-
offset:0# Integer | Index of the first document of the page
620
+
offset:0, # Integer | Index of the first document of the page
621
+
modified_since:DateTime.parse("2013-10-20T19:20:30+01:00") # DateTime | Filter (urlencoded) the contacts modified after a given date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)
621
622
}
622
623
623
624
begin
@@ -635,6 +636,7 @@ Name | Type | Description | Notes
**email** | **String** | Email address which generates the event |
7
-
**date** | **Date** | Date on which the event has been generated |
7
+
**date** | **DateTime** | Date on which the event has been generated |
8
8
**subject** | **String** | Subject of the event | [optional]
9
9
**message_id** | **String** | Message ID which generated the event |
10
10
**event** | **String** | Event which occurred |
11
-
**reason** | **String** | Reason of bounce (only available if the event is hardbounce or softbounce) |
11
+
**reason** | **String** | Reason of bounce (only available if the event is hardbounce or softbounce) | [optional]
12
12
**tag** | **String** | Tag of the email which generated the event |
13
13
**ip** | **String** | 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
14
**link** | **String** | The link which is sent to the user (only available if the event is requests or opened or clicks) | [optional]
15
+
**from** | **String** | Sender email from which the emails are sent |
0 commit comments