From 36be41509d8a807ac72d3301f912529589f80a2c Mon Sep 17 00:00:00 2001 From: andreasfelder Date: Wed, 10 Jan 2018 04:50:43 -0500 Subject: [PATCH] Update notify.ciscospark.markdown (#4385) Creating a bot for the messages will mark messages as new and unread in the room which will create a notification. If the personal token is used no new message notification is triggered. --- source/_components/notify.ciscospark.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_components/notify.ciscospark.markdown b/source/_components/notify.ciscospark.markdown index 96bc67c4968..cf2449fac42 100644 --- a/source/_components/notify.ciscospark.markdown +++ b/source/_components/notify.ciscospark.markdown @@ -18,6 +18,9 @@ To use this notification platform you need to get a developer token. To obtain a At this time you also need to specify the `Cisco Spark` `roomid`. The `roomid` can also be found at [Spark for Developers](https://developer.ciscospark.com/index.html). Just look in the Documentation under Rooms. +In order to get notified for all new messages in the room you will need to create a bot. This will post the messages from the bot and mark them as new for you which will alert you. If you use your own personal token the messages are added to the room but no notification is triggered. +Once you have created the bot through the new App menu you will need to add the bot to the room that you are a member of as well. Now use the bot access token in your configuration below. + To enable the Cisco Spark notification in your installation, add the following to your `configuration.yaml` file: ```yaml