mou webhook tableau html

J'ai un tableau html que je suis en train de poster du jeu via webhook. Est-il un moyen de poster html de la table de jeu? Ci-dessous le code html -

<!DOCTYPE html>
<html>
<head>
<title>HTML Tables</title>
</head>
<body>
<table border="1">
<tr>
<td>Row 1, Column 1</td>
<td>Row 1, Column 2</td>
</tr>
<tr>
<td>Row 2, Column 1</td>
<td>Row 2, Column 2</td>
</tr>
</table>
</body>
</html>
InformationsquelleAutor Punter Vicky | 2016-05-06