Skip to content

Commit

Permalink
Updating Intercom Provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanya Surapaneni committed Dec 13, 2018
1 parent 8347402 commit 349b72f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 6 deletions.
20 changes: 14 additions & 6 deletions providers/intercom/conf.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
{
"name": "Intercom",
"desc": "Intercom is the customer communication platform.",
"url": "https://app.intercom.io/oauth",
"url": "https://app.intercom.io",
"oauth2": {
"authorize": "/authorize",
"access_token": "/token",
"refresh": "/token"
"authorize": "/oauth",
"access_token": "/auth/eagle/token",
"refresh": "/auth/eagle/token",
"request": {
"url": "https://api.intercom.io",
"format": "json",
"headers": {
"Authorization": "Bearer {{token}}",
"Accept": "application/json"
}
}
},
"href": {
"keys": "https://app.intercom.io",
"docs": "https://developers.intercom.io/",
"apps": "https://app.intercom.io",
"provider": "http://intercom.io/"
"provider": "https://intercom.io/"
}
}
}
Binary file modified providers/intercom/config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added providers/intercom/keys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions providers/intercom/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"settings": {
"createApp": {
"url": "https://developers.intercom.com/building-apps/docs/setting-up-oauth",
"image": "config.png"
},
"copyingKey": {
"url": "https://developers.intercom.com/building-apps/docs/setting-up-oauth",
"image": "keys.png"
},
"install": {
"href": {
"provider": "https://intercom.com/",
"docs": "https://developers.intercom.com/intercom-api-reference"
}
},
"sample": {
"method": "get",
"url": "/users"
}
}
}

0 comments on commit 349b72f

Please sign in to comment.