Webhook (+device data)
Dengan webhook anda bisa menerima data pesan masuk ke website anda secara realtime
untuk mengolah data webhook anda dapat menggunakan kode berikut :
<?php
$json = file_get_contents('php://input');
$data=json_decode($json);
echo $data->device; // nama device - nomor hp device
echo $data->message; // isi pesan
echo $data->from; // dari
echo $data->timestamp; // timestamp