[$playerId], 'included_segments'=>[ 'All'], 'contents' => ['en' => $message], 'headings' => ['en' => $title], 'isAndroid'=> true, 'content_available' => true, // 'data' => [ // 'content_type' => $content_type, // 'id' => $id, // ], // 'big_picture' => $imageUrl, // 'app_id' => env('ONE_SIGNAL_APP_ID'), // 'authorization' => env('ONE_SIGNAL_AUTHORIZE') ]; $result = OneSignal::sendPush($fields); } }