Training: Raw Event Data
Attribute | Description | Example Value |
Type | Type of event received. Notification is the only value currently. | "Type" : "Notification" |
MessageId | A UUID uniquely identifying the event message. | "MessageId" : "52615e1e-ba83-5087-a82e-01514139ef22" |
TopicARN | This is the internal notification service topic used by Yonomi Platform tp publish the message. A topic is a logical access point that acts as a communication channel for the Amazon Simple Notification Service. YP uses Amazon SNS for pub/sub to provide message delivery from publishers to subscribers . This field is not relevant for partners. | arn:aws:sns:us-east-1:078715503436:webhooks_installation_id_28f24e77-81e3-467e-b483-1e882bdcdd72 |
Message | The JSON-based data about which the event is related. This value will include unique subfields depending on the nature of the event. | This field is covered separately. |
Timestamp | The timestamp of the event. This timestamp is based on UTC timezone. | 2024-09-02T17:44:26.764Z |
Signature | Amazon S3 signatures are used to authenticate requests made to Amazon S3 API services. Partners may use this field to authenticate messages from Yonomi Platform. | ly2PV1UfCBb+V49rC2Rw2kt0kvypcjUeEG7Bo2/TfAPWsqdOxFHJ85QkvocMHKjmuJ6ySFVbQuAyilMH9fAW6FxVsqR82sTAPQ6SX6Qfqjic8HAZ5uB0OlB580jYtVz4ptRc7Y5HuDhNmg0sfWBNMmXtRIEgJhDM/LF7MxKqT6H0djWC1cz7dYlUfIc72Dv0Cq+kJ3ktzqfBGS7UUqbuKgSLqIlfMN7mw/Y9EX6phx5dYdyMkg7OJNi5oAy3D5PZGjVJikXt5AxFFHziPDlBwcvqbUP6FXdgtuTInfX2+8mAUGZB+CPYEbabt2H8CZh1syexWAgdn6W+1qJmJJm5qQ== |
SignatureVersion | Identifies the version of AWS Signature that you want to support for authenticated requests. Partners may use this field to authenticate messages from Yonomi Platform. | 1 |
SigningCertURL | Points to the location of the X509 certificate used to create the digital signature for the message. Retrieve the certificate from this location. Partners may use this field to authenticate messages from Yonomi Platform | https://sns.us-east-1.amazonaws.com/SimpleNotificationService-60eadc530605d63b8e62a523676ef735.pem |
UnsubscribeURL | A URL that can be used to unsubscribe the endpoint from this topic. If this URL is visited, Amazon SNS unsubscribes the endpoint and stops sending notifications to this endpoint. | https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:078715503436:webhooks_installation_id_28f24e77-81e3-467e-b483-1e882bdcdd72:5e5732a2-59ef-4f21-8060-187cbfd47bb3 |
MessageAttributes | Attributes about the message sent. Most relevant data is event type. | {"type" : {"Type":"String","Value":"DEVICE_NOTIFICATION_REPORTED"}} |
What made this section unhelpful for you?
On this page
- Training: Raw Event Data