Created
November 13, 2016 14:29
-
-
Save nrobinson2000/c18b99a55fc24cd40beba9b619394475 to your computer and use it in GitHub Desktop.
Sample webhook for publishing to slack
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
{ | |
"eventName": "slack-bot", | |
"url": " https://hooks.slack.com/services/XXXXXXXXX/YYYYYYYYY/ZZZZZZZZZZZZZZZZZZZZZZZZ", | |
"requestType": "POST", | |
"json": { | |
"text": "{{PARTICLE_EVENT_VALUE}}", | |
"username": "particle-bot", | |
"icon_emoji": ":level_slider:" | |
}, | |
"mydevices": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment