Skip to content

Instantly share code, notes, and snippets.

@whitewhidow
Last active March 29, 2017 08:09
Show Gist options
  • Save whitewhidow/267c1b6c0ca4edf7af7cfc0dbfe7144e to your computer and use it in GitHub Desktop.
Save whitewhidow/267c1b6c0ca4edf7af7cfc0dbfe7144e to your computer and use it in GitHub Desktop.
{
"name": "My rust Integration",
"description": "An integration that does wonderful things",
"key": "com.branchbit.rustchat",
"links": {
"homepage": "http://rcon.branchbit.be",
"self": "http://rcon.branchbit.be/hipchatintegration/capabilities"
},
"capabilities": {
"webhook": [
{
"url": "http://rcon.branchbit.be/hipchatcallback",
"pattern": "^(.*)",
"event": "room_message",
"authentication": "jwt",
"name": "Echo"
}
],
"hipchatApiConsumer": {
"scopes": [
"send_notification",
"send_message"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment