From c1b5832711a33465e8128fe60e1a163bc370dc5f Mon Sep 17 00:00:00 2001 From: Cyril Mougel Date: Fri, 23 Aug 2013 23:07:23 +0200 Subject: [PATCH] Add complete documentation about flowdock notification --- README.md | 8 ++++++++ docs/notifications/flowdock/flow_token_api.jpg | Bin 0 -> 46156 bytes docs/notifications/flowdock/index.md | 21 +++++++++++++++++++++ 3 files changed, 29 insertions(+), 0 deletions(-) create mode 100644 docs/notifications/flowdock/flow_token_api.jpg create mode 100644 docs/notifications/flowdock/index.md diff --git a/README.md b/README.md index c7de510..8ae4dac 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,14 @@ card_type = Defect, status = Open, priority = Essential * issue_type Issue type * issue_priority Priority +Notification Service +-------------------- + +**Flowdock Notification** + +Allow notification to [Flowdock](https://www.flowdock.com/). See +[complete documentation](docs/notifications/flowdock/index.md) + What if Errbit has an error? ---------------------------- diff --git a/docs/notifications/flowdock/flow_token_api.jpg b/docs/notifications/flowdock/flow_token_api.jpg new file mode 100644 index 0000000..7feefee Binary files /dev/null and b/docs/notifications/flowdock/flow_token_api.jpg differ diff --git a/docs/notifications/flowdock/index.md b/docs/notifications/flowdock/index.md new file mode 100644 index 0000000..62738d4 --- /dev/null +++ b/docs/notifications/flowdock/index.md @@ -0,0 +1,21 @@ +# Flowdock + +The flowdock notification send to [flowdock](https://www.flowdock.com/). + +## Configuration + +### Api token + +You need define the API token. +It is purposely called Flow API Token and not Flowdock API Token to make +it more obvious for user which one of the two tokens we expect: + +![flow token](flow_token_api.png) + +### Sender ( not configure ) + +If you noticed default Gravatar icon in your Flowdock notifications you +may want to [add Errbit icon](http://gravatar.com) for email that is +set in ERRBIT_EMAIL_FROM. +You don't need to approve or authorize it on Flowdock because it is +used only for an icon. -- libgit2 0.21.2