berkayk / laravel-onesignal

OneSignal Push Notifications for Laravel
506 stars 176 forks source link

Specifying Message Title, and body #110

Closed fradrick closed 5 years ago

fradrick commented 5 years ago

I am just wondering, how exactly to achieve this.

Basically I need to provide the message title and message body/details, as shown here:

msg

but this doesn't seem straight forward, at least for me.

Equally how to add these other attributes, or specifically their names:

attr

berkayk commented 5 years ago

Please see sendNotificationCustom method. Available parameters to explore are referenced here.

fradrick commented 5 years ago

Noted, I got it working, let me close the issue