Alex Danilin
05/16/2023, 12:54 PM{
"id": "1",
"method": "SerpstatKeywordProcedure.getKeywords",
"params": {
"keyword": "iphone",
"se": "g_us",
"minusKeywords": [
"app",
"apple"
],
"filters": {
"lang": "en"
},
"sort": {
"region_queries_count": "asc"
},
"page": 1,
"size": 2
}
}
I can use Request Body in the UI to set key-value pairs like “id”: “1” but for params object it doesn’t work. Is it possible to set nested objects in API request body in Connector Builder UI?kapa.ai
05/16/2023, 12:54 PMkapa.ai
05/16/2023, 12:55 PMJoe Reuter (Airbyte)
05/16/2023, 1:01 PMJoe Reuter (Airbyte)
05/16/2023, 1:02 PMrequest_body_data
(an example how to do that: https://github.com/airbytehq/airbyte/blob/903d34e5f16430a86a1cebafd51b2dc821595148[…]ns/connectors/source-senseforce/source_senseforce/manifest.yaml )Alex Danilin
05/16/2023, 1:57 PMJoe Reuter (Airbyte)
05/16/2023, 1:59 PMAlex Danilin
05/16/2023, 2:11 PM