From df969589c16173bb5377a506a96a72fdcec61951 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 11 Oct 2018 13:46:13 +0200 Subject: [PATCH] Add more docs for twitter integration Forgot to "git add" this as part of the bigger patch. --- docs/confreg/integrations.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/confreg/integrations.md b/docs/confreg/integrations.md index f3b10ac..7bd72dd 100644 --- a/docs/confreg/integrations.md +++ b/docs/confreg/integrations.md @@ -8,6 +8,7 @@ are currently available: The twitter integration supports: * Posting conference news +* Posting confirmed sponsorship benefits ### Posting conference news @@ -18,6 +19,15 @@ the RSS system. Note that this is *separate* from reposting global news. Global news is configured in the settings file. +### Posting confirmed sponsorship benefits + +For each [sponsorship benefit](sponsors#benefit) it is possible to +define a value for *tweet template*. If included, this will be treated +as a jinja template, and whenever the benefit is confirmed a tweet +will be generated with that template and sent. Normally this is used +for things like "when the logo benefit is confirmed, post a welcome +tweet", but it can be used for any defined benefit. + ### Setting up To set up the twitter integration, first configure `TWITTER_CLIENT` -- 2.39.5