|
1 | 1 | # AUTOGENERATED FROM PUBLIC API. DO NOT EDIT |
2 | | -# destination data last updated 2022-12-06 |
| 2 | +# destination data last updated 2022-12-08 |
3 | 3 | items: |
4 | 4 | - id: 5f7dd8191ad74f868ab1fc48 |
5 | 5 | display_name: Actions Pipedrive |
@@ -1329,166 +1329,6 @@ items: |
1329 | 1329 | identity: |
1330 | 1330 | '@path': $.userId |
1331 | 1331 | trigger: event = "Delete User" |
1332 | | - - id: 627ea052118e3cd530d28963 |
1333 | | - display_name: Google Sheets |
1334 | | - name: Google Sheets |
1335 | | - slug: actions-google-sheets |
1336 | | - previous_names: |
1337 | | - - Google Sheets |
1338 | | - website: https://www.google.com/sheets/about/ |
1339 | | - status: PRIVATE_BETA |
1340 | | - logo: |
1341 | | - url: https://cdn.filepicker.io/api/file/5YkyjmfJSzCy09E3pQVK |
1342 | | - mark: |
1343 | | - url: https://cdn.filepicker.io/api/file/pwnFihhWRTqlXE3zND6Q |
1344 | | - methods: |
1345 | | - track: true |
1346 | | - pageview: true |
1347 | | - identify: true |
1348 | | - group: true |
1349 | | - alias: true |
1350 | | - platforms: |
1351 | | - browser: false |
1352 | | - mobile: false |
1353 | | - server: false |
1354 | | - warehouse: true |
1355 | | - components: [] |
1356 | | - browserUnbundlingSupported: false |
1357 | | - browserUnbundlingPublic: false |
1358 | | - replay: false |
1359 | | - settings: [] |
1360 | | - actions: |
1361 | | - - id: 6cgExzDArNQSaKL9TwFHTP |
1362 | | - name: Post Sheet |
1363 | | - slug: postSheet |
1364 | | - description: Write values to a Google Sheets spreadsheet. |
1365 | | - platform: CLOUD |
1366 | | - hidden: false |
1367 | | - defaultTrigger: event = "updated" or event = "new" |
1368 | | - fields: |
1369 | | - - id: 3mnKkoj69PYhnMFArQqgwj |
1370 | | - sortOrder: 0 |
1371 | | - fieldKey: record_identifier |
1372 | | - label: Record Identifier |
1373 | | - type: STRING |
1374 | | - description: Property which uniquely identifies each row in the spreadsheet. |
1375 | | - placeholder: '' |
1376 | | - defaultValue: |
1377 | | - '@path': $.__segment_id |
1378 | | - required: true |
1379 | | - multiple: false |
1380 | | - choices: null |
1381 | | - dynamic: false |
1382 | | - allowNull: false |
1383 | | - - id: jvr5UEodxuuZGR4stauHqQ |
1384 | | - sortOrder: 1 |
1385 | | - fieldKey: operation_type |
1386 | | - label: Operation Type |
1387 | | - type: HIDDEN |
1388 | | - description: >- |
1389 | | - Describes the nature of the operation being performed. Only |
1390 | | - supported values are 'new' and 'updated'. |
1391 | | - placeholder: '' |
1392 | | - defaultValue: |
1393 | | - '@path': $.event |
1394 | | - required: true |
1395 | | - multiple: false |
1396 | | - choices: null |
1397 | | - dynamic: false |
1398 | | - allowNull: false |
1399 | | - - id: 6biHVg61mv8bv3A395zK2 |
1400 | | - sortOrder: 2 |
1401 | | - fieldKey: spreadsheet_id |
1402 | | - label: Spreadsheet ID |
1403 | | - type: STRING |
1404 | | - description: >- |
1405 | | - The identifier of the spreadsheet. You can find this value in the |
1406 | | - URL of the spreadsheet. e.g. |
1407 | | - https://docs.google.com/spreadsheets/d/{SPREADSHEET_ID}/edit |
1408 | | - placeholder: '' |
1409 | | - defaultValue: '' |
1410 | | - required: true |
1411 | | - multiple: false |
1412 | | - choices: null |
1413 | | - dynamic: false |
1414 | | - allowNull: false |
1415 | | - - id: gpRm7bJCWWWFL2byqWa5dm |
1416 | | - sortOrder: 3 |
1417 | | - fieldKey: spreadsheet_name |
1418 | | - label: Spreadsheet Name |
1419 | | - type: STRING |
1420 | | - description: >- |
1421 | | - The name of the spreadsheet. You can find this value on the tab at |
1422 | | - the bottom of the spreadsheet. Please provide a valid name of a |
1423 | | - sheet that already exists. |
1424 | | - placeholder: '' |
1425 | | - defaultValue: Sheet1 |
1426 | | - required: true |
1427 | | - multiple: false |
1428 | | - choices: null |
1429 | | - dynamic: false |
1430 | | - allowNull: false |
1431 | | - - id: wgmhCUx43uAymuSeSNdQqq |
1432 | | - sortOrder: 4 |
1433 | | - fieldKey: data_format |
1434 | | - label: Data Format |
1435 | | - type: STRING |
1436 | | - description: >- |
1437 | | - The way Google will interpret values. If you select raw, values |
1438 | | - will not be parsed and will be stored as-is. If you select user |
1439 | | - entered, values will be parsed as if you typed them into the UI. |
1440 | | - Numbers will stay as numbers, but strings may be converted to |
1441 | | - numbers, dates, etc. following the same rules that are applied |
1442 | | - when entering text into a cell via the Google Sheets UI. |
1443 | | - placeholder: '' |
1444 | | - defaultValue: RAW |
1445 | | - required: true |
1446 | | - multiple: false |
1447 | | - choices: |
1448 | | - - label: Raw |
1449 | | - value: RAW |
1450 | | - - label: User Entered |
1451 | | - value: USER_ENTERED |
1452 | | - dynamic: false |
1453 | | - allowNull: false |
1454 | | - - id: eqRFLYHkkHpmLVPz8oMU2h |
1455 | | - sortOrder: 5 |
1456 | | - fieldKey: fields |
1457 | | - label: Fields |
1458 | | - type: OBJECT |
1459 | | - description: |2- |
1460 | | -
|
1461 | | - The fields to write to the spreadsheet. |
1462 | | -
|
1463 | | - On the left-hand side, input the name of the field as it will appear in the Google Sheet. |
1464 | | - |
1465 | | - On the right-hand side, select the field from your data model that maps to the given field in your sheet. |
1466 | | - |
1467 | | - --- |
1468 | | - |
1469 | | - |
1470 | | - placeholder: '' |
1471 | | - required: true |
1472 | | - multiple: false |
1473 | | - choices: null |
1474 | | - dynamic: false |
1475 | | - allowNull: false |
1476 | | - - id: arRP9FWVYmYQ9NhKKs5tEJ |
1477 | | - sortOrder: 6 |
1478 | | - fieldKey: enable_batching |
1479 | | - label: Batch Data to Google Sheets |
1480 | | - type: BOOLEAN |
1481 | | - description: >- |
1482 | | - Set as true to ensure Segment sends data to Google Sheets in |
1483 | | - batches. Please do not set to false. |
1484 | | - placeholder: '' |
1485 | | - defaultValue: true |
1486 | | - required: false |
1487 | | - multiple: false |
1488 | | - choices: null |
1489 | | - dynamic: false |
1490 | | - allowNull: false |
1491 | | - presets: [] |
1492 | 1332 | - id: 62b256147cbb49302d1486d0 |
1493 | 1333 | display_name: Heap Web (Actions) |
1494 | 1334 | name: Heap Web (Actions) |
|
0 commit comments