forked from ajayk/slackforce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
34 lines (34 loc) · 961 Bytes
/
app.json
File metadata and controls
34 lines (34 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "Slackforce",
"description": "Simple message broker to enable Slack to Salesforce communication using Slash Commands",
"env": {
"CLIENT_ID": {
"description": "Client Id of your Salesforce Connected App",
"value":""
},
"CLIENT_SECRET": {
"description": "Secret of your Salesforce Connected App",
"value":""
},
"USER_NAME": {
"description": "Salesforce username for your integration user",
"value":""
},
"PASSWORD": {
"description": "Salesforce password for your integration user",
"value":""
},
"OPPORTUNITY_TOKEN": {
"description": "Slack token for the pipeline slash command",
"value":""
},
"CONTACT_TOKEN": {
"description": "Slack token for the contact slash command",
"value":""
},
"CASE_TOKEN": {
"description": "Slack token for the case slash command",
"value":""
}
}
}