summaryrefslogtreecommitdiffstats
path: root/model/incoming_webhook.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixing panic of incoming webhook with float64 values (#4444) (#4445)Fares Rihani2016-11-151-1/+2
|
* PLT-2939 Fix Default slash command icon is invalid (#3250)enahum2016-06-061-1/+0
|
* Integrations: Enable <!channel> notifications in incoming webhooks (#3039)Thomas Balthazar2016-05-181-0/+52
|
* PLT-2188 Integrations: Support raw new lines in the text payload (#2993)Thomas Balthazar2016-05-171-4/+78
| | | | | | | | | | * Integrations: Support raw new lines in the text payload * Improve support for raw new lines in text payload The regexp used to escape control characters now also searches for additional fields: text|fallback|pretext|author_name|title|value
* Added DisplayName and Description fields to both types of webhooks and slash ↵Harrison Healey2016-04-041-7/+17
| | | | commands
* PLT-7: Refactoring models to use translations (chunk 6)Elias Nahum2016-01-251-6/+6
| | | | - Add spanish translations
* PLT-857: Support for Incoming Webhooks - Try #2Florian Orben2015-11-051-4/+7
|
* Remove unused iconemoji fieldJoramWilander2015-10-261-1/+0
|
* Parse incoming webhook requsets into model instead of string mapJoramWilander2015-10-261-0/+19
|
* Implement outgoing webhooks.JoramWilander2015-10-191-0/+106