Google Search Console

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
oauth_refresh_tokenstringfalsefalse
sitesarrayfalsefalse
client_idstringfalsefalse
client_secretstringfalsefalse

Example

1{
2 "name": "googlesearchconsole connection",
3 "type": "googlesearchconsole",
4 "configuration": {
5 "client_id": "",
6 "client_secret": "",
7 "oauth_refresh_token": "",
8 "sites": [
9 {
10 "label": "",
11 "value": ""
12 }
13 ]
14 }
15}