-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathget_integrations_response.json
39 lines (39 loc) · 1.15 KB
/
get_integrations_response.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
34
35
36
37
38
39
{
"data" : [
{
"_id": "6425cb064a2a919bc61b0365",
"_environmentId": "6425cb40d22507199a000003",
"_organizationId": "7425cb40d22507199a000009",
"providerId": "sendgrid",
"channel": "email",
"credentials": {
"apiKey": "api_key",
"secretKey": "secret_key"
},
"active": true,
"deleted": false,
"deletedAt": "",
"deletedBy": ""
},
{
"_id": "8347cb064a2a202bc61b0483",
"_environmentId": "6425cb40d22507199a000003",
"_organizationId": "7425cb40d22507199a000009",
"providerId": "nodemailer",
"channel": "email",
"credentials": {
"secure": "true",
"requireTls": true,
"tlsOptions": {
"unrestrictedUser": true
},
"from": "[email protected]",
"senderName": "Test"
},
"active": false,
"deleted": false,
"deletedAt": "",
"deletedBy": ""
}
]
}