Gatsby
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
email | string | true | |
organizations | array | Organizations | false |
password | string | Password | true |
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 }
