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/Model/GetEmailEventReportEvents.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,11 @@ Name | Type | Description | Notes
8
8
**subject** | **string** | Subject of the event | [optional]
9
9
**messageId** | **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 |
15
16
16
17
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
0 commit comments