[ 'method' => 'POST', 'header' => 'Content-Type: application/json', 'timeout' => 3, 'content' => $RAWmessage ] ]; $result = file_get_contents($webhook, false, stream_context_create($options)); } ?>