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