-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
33 lines (33 loc) · 1.06 KB
/
app.json
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
{
"name": "Salesforce and Google Hangouts Chat (Einstein)",
"description": "Node",
"keywords": ["salesforce", "google", "chat", "einstein"],
"website":
"https://github.com/muenzpraeger/salesforce-google-hangouts-chat-einstein-bot",
"repository":
"https://github.com/muenzpraeger/salesforce-google-hangouts-chat-einstein-bot",
"success_url": "/",
"env": {
"GOOGLE_CHAT_TOKEN": {
"description": "Google Hangout Chat token"
},
"SALESFORCE_CONSUMER_KEY": {
"description": "Consumer Key of the Connected App in Salesforce"
},
"SALESFORCE_CONSUMER_SECRET": {
"description": "Consumer Secret of the Connected App in Salesforce"
},
"SALESFORCE_USERNAME": {
"description": "Salesforce username for Salesforce org authentication"
},
"SALESFORCE_PASSWORD": {
"description": "Salesforce password for Salesforce org authentication"
},
"SALESFORCE_ORG_URL": {
"description": "URL for Salesforce org"
},
"EINSTEIN_INTENT_MODEL": {
"description": "URL for Salesforce org"
}
}
}