Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.71 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.71 KB

Freshchat integration for mattermost

This is a webservice that forwards messages between Mattermost and FreshChat.

Dependencies

See requirements.txt.

Environment Variables

It uses the following environment variables:

Notes

Set FLASK_RUN_HOST and FLASK_RUN_PORT to control the listening host/port. If using entrypoint.sh, edit the -b 0.0.0.0:80 to change the listening host/port.

Service Setup

  1. Add a new slash command for Mattermost (https://developers.mattermost.com/integrate/slash-commands/) and point it to the /mattermost endpoint.

  2. Register a FreshChat webhook (https://support.freshchat.com/en/support/solutions/articles/239439-conversation-apis-and-webhooks) and point it to the /freshchat endpoint.