1
1
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2
- # destination data last updated 2024-08-13
2
+ # destination data last updated 2024-08-15
3
3
items:
4
4
- id: 637e8d185e2dec264895ea89
5
5
display_name: 1Flow
@@ -54407,7 +54407,7 @@ items:
54407
54407
screen: false
54408
54408
page: true
54409
54409
platforms:
54410
- browser: false
54410
+ browser: true
54411
54411
mobile: false
54412
54412
server: true
54413
54413
warehouse: true
@@ -54422,7 +54422,7 @@ items:
54422
54422
mobile: false
54423
54423
server: false
54424
54424
cloud:
54425
- web: false
54425
+ web: true
54426
54426
mobile: false
54427
54427
server: true
54428
54428
settings: []
@@ -54435,7 +54435,7 @@ items:
54435
54435
hidden: false
54436
54436
defaultTrigger: event = "updated" or event = "new"
54437
54437
fields:
54438
- - id: 3mnKkoj69PYhnMFArQqgwj
54438
+ - id: bzKhgtdtf5T32fbjkdEMgf
54439
54439
sortOrder: 0
54440
54440
fieldKey: record_identifier
54441
54441
label: Record Identifier
@@ -54450,7 +54450,7 @@ items:
54450
54450
dynamic: false
54451
54451
allowNull: false
54452
54452
hidden: false
54453
- - id: 6biHVg61mv8bv3A395zK2
54453
+ - id: daPa1k7Jj1EBpG8M5pwPvk
54454
54454
sortOrder: 2
54455
54455
fieldKey: spreadsheet_id
54456
54456
label: Spreadsheet ID
@@ -54467,7 +54467,7 @@ items:
54467
54467
dynamic: false
54468
54468
allowNull: false
54469
54469
hidden: false
54470
- - id: gpRm7bJCWWWFL2byqWa5dm
54470
+ - id: wGcdqiMEk7oVGURiN5z1gK
54471
54471
sortOrder: 3
54472
54472
fieldKey: spreadsheet_name
54473
54473
label: Spreadsheet Name
@@ -54484,7 +54484,7 @@ items:
54484
54484
dynamic: false
54485
54485
allowNull: false
54486
54486
hidden: false
54487
- - id: wgmhCUx43uAymuSeSNdQqq
54487
+ - id: ucC5F9zBRmQ6NJNimsrtCn
54488
54488
sortOrder: 4
54489
54489
fieldKey: data_format
54490
54490
label: Data Format
@@ -54508,7 +54508,7 @@ items:
54508
54508
dynamic: false
54509
54509
allowNull: false
54510
54510
hidden: false
54511
- - id: eqRFLYHkkHpmLVPz8oMU2h
54511
+ - id: o5wkXdbv66yTacF7V9j1ow
54512
54512
sortOrder: 5
54513
54513
fieldKey: fields
54514
54514
label: Fields
@@ -54531,7 +54531,7 @@ items:
54531
54531
dynamic: false
54532
54532
allowNull: false
54533
54533
hidden: false
54534
- - id: arRP9FWVYmYQ9NhKKs5tEJ
54534
+ - id: n1GZTiDgRNq855Ve3MHUd7
54535
54535
sortOrder: 6
54536
54536
fieldKey: enable_batching
54537
54537
label: Batch Data to Google Sheets
@@ -54547,6 +54547,120 @@ items:
54547
54547
dynamic: false
54548
54548
allowNull: false
54549
54549
hidden: false
54550
+ - id: uubTyoJCQgG6yJNoRbxqdS
54551
+ name: Post Sheet (Simplified)
54552
+ slug: postSheet2
54553
+ description: Write values to a Google Sheets spreadsheet.
54554
+ platform: CLOUD
54555
+ hidden: false
54556
+ defaultTrigger: event = "updated" or event = "new"
54557
+ fields:
54558
+ - id: 6aFfX1rkMVeVfht82LiuRb
54559
+ sortOrder: 0
54560
+ fieldKey: record_identifier
54561
+ label: Record Identifier
54562
+ type: STRING
54563
+ description: Property which uniquely identifies each row in the spreadsheet.
54564
+ placeholder: ''
54565
+ defaultValue:
54566
+ '@path': $.__segment_id
54567
+ required: true
54568
+ multiple: false
54569
+ choices: null
54570
+ dynamic: false
54571
+ allowNull: false
54572
+ - id: 5FrKQJdNZ8KTrkooTYdmL9
54573
+ sortOrder: 1
54574
+ fieldKey: spreadsheet_id
54575
+ label: Spreadsheet ID
54576
+ type: STRING
54577
+ description: >-
54578
+ The identifier of the spreadsheet. You can find this value in the URL of
54579
+ the spreadsheet. e.g.
54580
+ https://docs.google.com/spreadsheets/d/{SPREADSHEET_ID}/edit
54581
+ placeholder: ''
54582
+ defaultValue: ''
54583
+ required: true
54584
+ multiple: false
54585
+ choices: null
54586
+ dynamic: false
54587
+ allowNull: false
54588
+ - id: 4ktnCawYptPvsBWMXKpJLZ
54589
+ sortOrder: 2
54590
+ fieldKey: spreadsheet_name
54591
+ label: Spreadsheet Name
54592
+ type: STRING
54593
+ description: >-
54594
+ The name of the spreadsheet. You can find this value on the tab at the
54595
+ bottom of the spreadsheet. Please provide a valid name of a sheet that
54596
+ already exists.
54597
+ placeholder: ''
54598
+ defaultValue: Sheet1
54599
+ required: true
54600
+ multiple: false
54601
+ choices: null
54602
+ dynamic: false
54603
+ allowNull: false
54604
+ - id: 6ecmTWvaF9PiYRrZTVY7oW
54605
+ sortOrder: 3
54606
+ fieldKey: data_format
54607
+ label: Data Format
54608
+ type: STRING
54609
+ description: >-
54610
+ The way Google will interpret values. If you select raw, values will not
54611
+ be parsed and will be stored as-is. If you select user entered, values
54612
+ will be parsed as if you typed them into the UI. Numbers will stay as
54613
+ numbers, but strings may be converted to numbers, dates, etc. following
54614
+ the same rules that are applied when entering text into a cell via the
54615
+ Google Sheets UI.
54616
+ placeholder: ''
54617
+ defaultValue: RAW
54618
+ required: true
54619
+ multiple: false
54620
+ choices:
54621
+ - label: Raw
54622
+ value: RAW
54623
+ - label: User Entered
54624
+ value: USER_ENTERED
54625
+ dynamic: false
54626
+ allowNull: false
54627
+ - id: 7C8hKAGdK2XY8i6Dkdgdi
54628
+ sortOrder: 4
54629
+ fieldKey: fields
54630
+ label: Fields
54631
+ type: OBJECT
54632
+ description: |2-
54633
+
54634
+ The fields to write to the spreadsheet.
54635
+
54636
+ On the left-hand side, input the name of the field as it will appear in the Google Sheet.
54637
+
54638
+ On the right-hand side, select the field from your data model that maps to the given field in your sheet.
54639
+
54640
+ ---
54641
+
54642
+
54643
+ placeholder: ''
54644
+ required: true
54645
+ multiple: false
54646
+ choices: null
54647
+ dynamic: false
54648
+ allowNull: false
54649
+ - id: q6hXbq7B8baq6xt8kGdZX7
54650
+ sortOrder: 5
54651
+ fieldKey: enable_batching
54652
+ label: Batch Data to Google Sheets
54653
+ type: BOOLEAN
54654
+ description: >-
54655
+ Set as true to ensure Segment sends data to Google Sheets in batches.
54656
+ Please do not set to false.
54657
+ placeholder: ''
54658
+ defaultValue: true
54659
+ required: false
54660
+ multiple: false
54661
+ choices: null
54662
+ dynamic: false
54663
+ allowNull: false
54550
54664
presets: []
54551
54665
partnerOwned: false
54552
54666
- id: 54521fd625e721e32a72eeb9
@@ -72391,7 +72505,7 @@ items:
72391
72505
label: API Key
72392
72506
actions: []
72393
72507
presets: []
72394
- partnerOwned: false
72508
+ partnerOwned: true
72395
72509
- id: 54521fd925e721e32a72eed3
72396
72510
display_name: MailChimp
72397
72511
name: MailChimp
0 commit comments