Skip to content

Instantly share code, notes, and snippets.

@DominicImhof
Created August 9, 2016 13:19
Show Gist options
  • Save DominicImhof/3b75a13f9bef30d07d05744aacbda691 to your computer and use it in GitHub Desktop.
Save DominicImhof/3b75a13f9bef30d07d05744aacbda691 to your computer and use it in GitHub Desktop.
<?php
$roomPrefix = 'doems';
header('Content-type: application/json');
$response = array(
'response_type' => 'in_channel',
'text' => 'https://talky.io/' . uniqid($roomPrefix . '-')
);
echo json_encode($response);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment