-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtools.yml
28 lines (24 loc) · 873 Bytes
/
tools.yml
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
tools:
- name: attio
auth: oauth2
auth_info:
auth_url: https://app.attio.com/authorize
token_url: https://app.attio.com/oauth/token
client_id: 2175bce4-4784-4d01-a0cc-da2cc8548b01
client_secret: process.env.ATTIO_CLIENT_SECRET
redirect_uri: http://localhost:3005/tools/oauth/attio/callback
scopes:
- object_configuration:read
- record_permission:read-write
- name: hubspot
auth: oauth2
auth_info:
auth_url: https://app.hubspot.com/oauth/authorize
token_url: https://api.hubapi.com/oauth/v1/token
client_id: c1095c9a-7e02-440c-adea-4fbc300be8b9
client_secret: process.env.HUBSPOT_CLIENT_SECRET
redirect_uri: http://localhost:3005/tools/oauth/hubspot/callback
app_id: 8803742
scopes:
- crm.objects.contacts.read
- crm.objects.contacts.write