Skip to content

Instantly share code, notes, and snippets.

@ObjectIsAdvantag
Last active January 4, 2017 17:19
Show Gist options
  • Save ObjectIsAdvantag/b59df7446eaa5b0f7b9a0a2416e364c5 to your computer and use it in GitHub Desktop.
Save ObjectIsAdvantag/b59df7446eaa5b0f7b9a0a2416e364c5 to your computer and use it in GitHub Desktop.
HackZurich - Setup a ChatOps scenario with Cisco Spark
create a Group room
- from Spark API
- or from Web client with 2 people + you
- change the name of the room to Chatops
- add a message stating this is where my logs will go
add an integration
- create it as an incoming webhook
- name if "from my server"
- pick the URL
run in postman
- paste your incoming URI
- POST
- add a json body / raw / type =json
- { "text" : "this is my awesome server talking" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment