You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Base ID | The ID of the base to interact with. Required if you use an OAuth connection, and optional if you specify base ID with a legacy API Key connection. ||
69
-
| Connection |||
70
-
| Notification URL | An optional URL that can receive notification pings. ||
71
-
| Specification | A JSON object that describe the types of changes the webhook is interested in. |<code>{<br /> "options": {<br /> "filters": {<br /> "fromSources": [<br /> "publicApi"<br /> ],<br /> "dataTypes": [<br /> "tableData"<br /> ],<br /> "recordChangeScope": "tblMwMnUJpKoJUDzo"<br /> }<br /> }<br />}</code>|
| Base ID | The ID of the base to interact with. Required if you use an OAuth connection, and optional if you specify base ID with a legacy API Key connection. ||
69
+
| Connection |||
70
+
| Notification URL | An optional URL that can receive notification pings. ||
71
+
| Specification | A JSON object that describe the types of changes the webhook is interested in. ||
72
72
73
73
### Delete Record
74
74
@@ -166,7 +166,6 @@ Send raw HTTP request to Airtable
166
166
| Header | A list of headers to send with the request. ||
167
167
| Response Type | The type of data you expect in the response. You can request json, text, or binary data. | json |
168
168
| Timeout | The maximum time that a client will await a response to its request ||
169
-
| Debug Request | Enabling this flag will log out the current request. | false |
170
169
| Retry Delay (ms) | The delay in milliseconds between retries. This is used when 'Use Exponential Backoff' is disabled. | 0 |
171
170
| Retry On All Errors | If true, retries on all erroneous responses regardless of type. This is helpful when retrying after HTTP 429 or other 3xx or 4xx errors. Otherwise, only retries on HTTP 5xx and network errors. | false |
172
171
| Max Retry Count | The maximum number of retries to attempt. Specify 0 for no retries. | 0 |
Copy file name to clipboardExpand all lines: docs/connectors/google-sheets.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,10 +115,10 @@ Send raw HTTP request to Google Sheets
115
115
| Response Type | The type of data you expect in the response. You can request json, text, or binary data. | json |
116
116
| Timeout | The maximum time that a client will await a response to its request ||
117
117
| Debug Request | Enabling this flag will log out the current request. | false |
118
-
| Retry Delay (ms) | The delay in milliseconds between retries. | 0 |
119
-
| Retry On All Errors | If true, retries on all erroneous responses regardless of type. | false |
120
-
| Max Retry Count | The maximum number of retries to attempt. | 0 |
121
-
| Use Exponential Backoff | Specifies whether to use a pre-defined exponential backoff strategy for retries. | false |
118
+
| Retry Delay (ms) | The delay in milliseconds between retries. This is used when 'Use Exponential Backoff' is disabled.| 0 |
119
+
| Retry On All Errors | If true, retries on all erroneous responses regardless of type. This is helpful when retrying after HTTP 429 or other 3xx or 4xx errors. Otherwise, only retries on HTTP 5xx and network errors.| false |
120
+
| Max Retry Count | The maximum number of retries to attempt. Specify 0 for no retries.| 0 |
121
+
| Use Exponential Backoff | Specifies whether to use a pre-defined exponential backoff strategy for retries. When enabled, 'Retry Delay (ms)' is ignored.| false |
0 commit comments