laravel-notification-channels / onesignal

OneSignal notifications channel for Laravel
MIT License
277 stars 120 forks source link

not working and not send the push notifications #154

Open vishaldobariya opened 5 months ago

vishaldobariya commented 5 months ago

Onesignal push notifications problem I passed include_external_user_ids in proper array but it'e showing include_external_user_ids must be an array

You can check here

image

komarove commented 5 months ago

It looks like the problem is that you are not passing the array to postman correctly. The key should be include_external_user_ids[] (With square brackets. And the value is without brackets.).

vishaldobariya commented 5 months ago

Please check it's descrypted in v11 and v11 is stable and also onesignal support team is told me you can use other parameters. can you tell me which same parameters?