Gatsby

Connection

Configuration

NameTypeDescriptionRequired
emailstringEmailtrue
organizationsarrayOrganizationsfalse
passwordstringPasswordtrue

Example

1{
2 "name": "Gatsby connection",
3 "type": "gatsby",
4 "configuration": {
5 "email": "",
6 "organizations": [
7 {
8 "label": "",
9 "value": ""
10 }
11 ],
12 "password": ""
13 }
14}