diff --git a/Notify_flock.md b/Notify_flock.md index 342a54c..918b2ff 100644 --- a/Notify_flock.md +++ b/Notify_flock.md @@ -7,7 +7,7 @@ ### Account Setup Flock has a lot of similarities to Slack. Flock notifications require an *incoming-webhook* or a *app/bot* it can connect to. -## Incoming Webhook +### Incoming Webhook You can generate an Incoming webhook from [here](https://dev.flock.com/webhooks](https://dev.flock.com/webhooks). Just follow the wizard to pre-determine the channel(s) you want your message to broadcast to. When you've completed this process you will receive a URL that looks something like this: ```https://api.flock.com/hooks/sendMessage/134b8gh0-eba0-4fa9-ab9c-257ced0e8221``` @@ -19,7 +19,7 @@ This effectively equates to: In this example the token is `134b8gh0-eba0-4fa9-ab9c-257ced0e8221` -## Bot +### Bot Bots are a bit more difficult and presume that you followed their instructions on setting on up [your own app](https://docs.flock.com/display/flockos/Creating+an+App#CreatinganApp-HowdoIcreateaFlockOSapp?). Just like a webhook, you'll get your own **{token}** provided to you that allows you to message people and channels directly. ### Syntax