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