ta2edchimp / BattleReporter

Advanced editable BattleReport platform for EVE Online.
1 stars 1 forks source link

Add basic `Slack` integration. #60

Closed ta2edchimp closed 9 years ago

ta2edchimp commented 9 years ago

Push newly created BattleReports to a selected Slack channel using Incoming WebHooks.

ta2edchimp commented 9 years ago

Sample content for the payload to send to Slack:

{
    "text": "<http://battlereporter.dev/show/123|Battle: Us vs. Them> in Tama on 2015-02-26 13:37",
    "fields": [
        {
            "title": "posted by",
            "value": "User Name",
            "short": true
        }
    ],
    "color": "#F35A00"
}

should look similar to this: Sample from Slack docs

ta2edchimp commented 9 years ago

Closed by v0.3.6