MessageEvents
List of events related to email message in SendGrid.
NOTE: E メールイベントにアクセスする場合は、SendGrid のEmail Activity History アドインを購入する必要があります。Restricted Access のキーを使用する場合は、messages.read およびemail_activity.read スコープを与える必要があります。
ビュー固有の情報
Select
本製品 はSendGrid API を使用して、以下のカラムと演算子で作成されたWHERE 句条件を処理します。その他のフィルタはクライアントサイドで本製品 内部で処理されます。- MessageId は'=' 比較演算子をサポートします。
SQL
SELECT * FROM MessageEvents WHERE MessageId = '1234'
NOTE: The query below will return message events only for the first 1000 message IDs retrieved from the messages endpoint.
SELECT * FROM MessageEvents;
Columns
| Name | Type | References | Description |
| MessageId | String | The Id of the message. | |
| EventName | String | Name of event.
使用できる値は次のとおりです。bounced, opened, clicked, processed, dropped, delivered, deferred, spam_report, unsubscribe, group_unsubscribe, group_resubscribe | |
| Processed | Datetime | The date when the event was processed. | |
| Reason | String | Explanation of what caused the message to be 'bounced', 'deferred', or 'blocked'. | |
| AttemptNum | Integer | Used with 'deferred' events to indicate the attempt number out of 10. | |
| Url | String | Used with 'clicked' event to indicate which url the user clicked. | |
| BounceType | String | Use to distinguish between types of bounces.
使用できる値は次のとおりです。soft, hard | |
| HttpUserAgent | String | Client recipient used to click or open message. | |
| MXServer | String | The MX server that received the email. | |
| ApiKeyId | String | Id of the API Key. | |
| AsmGroupId | String | ASM Group Id. | |
| Categories | String | Categories users associated to the message. | |
| UniqueArgs | String | JSON hash of key-value pairs associated with the message. | |
| OriginatingIp | String | This is the IP address of the person sending the message | |
| OutboundIp | String | This is the SendGrid dedicated IP address used to send the email | |
| OutboundIpType | String | The type of the outbound IP. | |
| Teammate | String | Username of the teammate. | |
| TemplateId | String | Template ID of the email. |