-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmatterbook.yml.sample
19 lines (19 loc) · 1.02 KB
/
matterbook.yml.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
facebook:
app_id: 123 # Obtained from https://developers.facebook.com/apps
app_secret: 123 # Obtained from https://developers.facebook.com/apps
integrations:
- some_unique_name:
fb_page_id: somePageName # part or url right after https://www.facebook.com/, e.g. https://www.facebook.com/somePageName
fb_post_filter: some keyword # (Optional) send to mattermost only posts containing given expression
mm_icon_url: http://some.host/with/icon.png # (Optional)
mm_username: bot.name # (Optional)
- some_other_unique_name:
fb_page_id: someOtherPageName # part or url right after https://www.facebook.com/, e.g. https://www.facebook.com/someOtherPageName
fb_post_filter: some other keyword # (Optional) send to mattermost only posts containing given expression
mm_icon_url: http://some.other.host/with/other_icon.png # (Optional)
mm_username: other.bot.name # (Optional)
mattermost:
basic_auth: # (Optional)
username: some_user
password: some_password
webhook_url: https://mattermost.host/hooks/abc