TTMSFNCWebPushNotificationSentEvent Event Type
Fires after a notification is accepted by the push service for a recipient. The handler is informational and cannot alter delivery.
API unit family: TMS.TMSFNCWebPushSender
Parameters
| Name | Description |
|---|---|
Sender |
Component that raised the event. |
AResponseCode |
HTTP status code returned by the push service. |
AResponse |
Response body returned by the push service. |
AEndpoint |
Push service endpoint of the recipient. |
APayload |
Serialized payload that was sent. |
AUserID |
Identifier of the target user, when known. |
ABrowserID |
Identifier of the target browser, when known. |