Amazon EventBridge を使用した のモニタリング - AWS エンドユーザーメッセージングソーシャル

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

Amazon EventBridge を使用した のモニタリング

AWS エンドユーザーメッセージングソーシャルは、WhatsApp イベントのイベントを EventBridge に送信します。 WhatsApp EventBridge を使用して、特定のイベントタイプが受信されたときに通知するなどのアクションを実行するルールを記述できます。詳細については、「Amazon EventBridge ユーザーガイド」で以下のトピックを参照してください。

AWS End User Messaging Social は、次のイベントを Amazon EventBridge に送信します。

  • WhatsApp メッセージ配信

  • WhatsApp メッセージ失敗

  • WhatsApp メッセージの引き継ぎに失敗しました

  • WhatsApp メッセージハンドオーバーが成功しました

  • WhatsApp メッセージ読み取り

  • WhatsApp メッセージ受信

  • 送信された WhatsApp メッセージ

  • WhatsApp メッセージの配信不能

  • WhatsApp の不明な通知を受信しました

配信された WhatsApp メッセージのイベント

{ "version": "0", "id": "76a454c4-26df-6e2c-bc50-2137de2a0fe7", "detail-type": "WhatsApp Message Delivered", "source": "aws.social-messaging", "account": "111122223333", "time": "2025-10-03T04:34:24Z", "region": "ca-central-1", "resources": [], "detail": { "wabaId": "1163793972139053", "originationPhoneNumber": "15815555555", "originationPhoneNumberId": "574086085794038", "messageId": "4bee7d29-70f5-4a49-b84e-facf4424fe58", "status": "delivered", "eventTimestamp": "1759466063" } }

WhatsApp メッセージの読み取りイベント

{ "version": "0", "id": "c730142c-96d6-28f6-00d4-1a8a12e509da", "detail-type": "WhatsApp Message Read", "source": "aws.social-messaging", "account": "111122223333", "time": "2025-10-03T04:53:07Z", "region": "ca-central-1", "resources": [], "detail": { "wabaId": "1163793972139053", "originationPhoneNumber": "15815555555", "originationPhoneNumberId": "574086085794038", "messageId": "e16d4108-fe93-471f-a057-4c6473e68430", "status": "read", "eventTimestamp": "1759467185" } }

送信された WhatsApp メッセージのイベント

{ "version": "0", "id": "09b261c5-5c4b-b912-afa8-845214926b2f", "detail-type": "WhatsApp Message Sent", "source": "aws.social-messaging", "account": "111122223333", "time": "2025-10-03T04:26:16Z", "region": "ca-central-1", "resources": [], "detail": { "wabaId": "1163793972139053", "originationPhoneNumber": "15815555555", "originationPhoneNumberId": "574086085794038", "messageId": "a8dec257-b52e-4acc-8654-3dfb96468a43", "status": "sent", "eventTimestamp": "1759465574" } }

失敗した WhatsApp メッセージのイベント

{ "version": "0", "id": "281b8c6b-f39f-f768-4229-d66e893592c1", "detail-type": "WhatsApp Message Failed", "source": "aws.social-messaging", "account": "111122223333", "time": "2025-10-03T04:49:25Z", "region": "ca-central-1", "resources": [], "detail": { "wabaId": "1163793972139053", "originationPhoneNumber": "15815555555", "originationPhoneNumberId": "574086085794038", "messageId": "7bd36188-6123-4ded-a1dd-f017f0814405", "status": "failed", "eventTimestamp": "1759466965", "errors": [ { "code": 131026, "title": "Message undeliverable", "message": "Message undeliverable" } ] } }