Hi, we are running Mattermost 1.1. specifically:
1.1.0 (2920/Wed Oct 14 19:29:00 UTC 2015/4ad9e0673ca8950597a290f10db10475b18b67cc)
Running on Ubuntu 14.04.
Even after following the instructions, the Outgoing webhooks does not show up under my Integrations options in “Account Settings”.
We are running on our intranet, so we are not using SSL for this POC.
Also, we have GitLab integration successfully set up.
ServiceSettings appear to be ok:
"ServiceSettings": {
"ListenAddress": ":8065",
"MaximumLoginAttempts": 10,
"SegmentDeveloperKey": "",
"GoogleDeveloperKey": "",
"EnableOAuthServiceProvider": false,
"EnableIncomingWebhooks": true,
"EnablePostUsernameOverride": true,
"EnablePostIconOverride": true,
"EnableTesting": false,
"EnableSecurityFixAlert": true
}