Last active
January 4, 2017 17:19
-
-
Save ObjectIsAdvantag/b59df7446eaa5b0f7b9a0a2416e364c5 to your computer and use it in GitHub Desktop.
HackZurich - Setup a ChatOps scenario with Cisco Spark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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