From 21dd1cd472c7405258560fc9c40b0be56fe5bf8b Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 17 Dec 2023 11:59:37 -0500 Subject: [PATCH] Updated Notify_flock (markdown) --- Notify_flock.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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