Этот коммит содержится в:
it33
2015-10-27 16:51:31 -07:00
родитель e0f69060fa
Коммит e0ce72b071

Просмотреть файл

@@ -1,5 +1,7 @@
# Outgoing Webhooks # Outgoing Webhooks
#### [To be released in Mattermost v1.2, available now on master]
Outgoing webhooks allow external applications, written in the programming language of your choice--to receive HTTP POST requests whenever a user posts to a certain channel, with a trigger word at the beginning of the message, or a combination of both. If the external application responds appropriately to the HTTP request, as response post can be made in the channel where the original post occurred. Outgoing webhooks allow external applications, written in the programming language of your choice--to receive HTTP POST requests whenever a user posts to a certain channel, with a trigger word at the beginning of the message, or a combination of both. If the external application responds appropriately to the HTTP request, as response post can be made in the channel where the original post occurred.
A couple key points: A couple key points: