Add-Klaviyo Cmdlet
Inserts Klaviyo data.
Syntax
Add-Klaviyo [parameters]
Remarks
The Add-Klaviyo cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Klaviyo records.
Add-Klaviyo -Connection $connection -Table "SampleTable_1" -Columns @("Column1") -Values @("Jon Doe")