OneSignal / OneSignal-Website-SDK

OneSignal is a push notification service for web and mobile apps. This SDK makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com
Other
388 stars 115 forks source link

[Fix] add subscriptionId and url to webhook payloads #1175

Closed jkasten2 closed 5 months ago

jkasten2 commented 5 months ago

Description

One-Line Summary

Add subscriptionId and url to webhook payloads; clicked, dismissed, and willDisplay.

Details

Validation

Tests

Tested sending a few notifications ensuring the clicked, dismissed, and willDisplay fire with the new subscriptionId and url values filled in. In also tested the clicked with action buttons, ensuring the url in the webhook was the one clicked.

Info

Checklist

Programming Checklist Interfaces:

Functions:

Typescript:

Other:

Screenshots

Info

Checklist


Related Tickets



This change is Reviewable