기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
Amazon EventBridge로 모니터링
AWS End User Messaging Social은 WhatsApp 이벤트에 대해 EventBridge로 이벤트를 전송합니다. 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" } ] } }