Skip to content

Commit

Permalink
Create message_retour.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hiboutik committed Jan 14, 2019
1 parent 20a5e68 commit fcee846
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/message_retour.php
@@ -0,0 +1,15 @@
<?php
/**
* Message retour : action_links silent & webhooks
* -----------------------------------------------------------------------------
*/


header('Content-type: application/json; charset=utf-8');
$message_retour["alerte"] = "
<div class=\"alert alert-info alert-dismissable\">
<button aria-hidden=\"true\" data-dismiss=\"alert\" class=\"close\" type=\"button\">×</button>
<strong>Message retour test</strong>
</div>
";
echo json_encode($message_retour);

0 comments on commit fcee846

Please sign in to comment.