Skip to content

vors/GetConnectPowerShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GetConnectPowerShell

PowerShell module that provides an API for http://getconnect.io/

Getting started

Initialize API keys

Set-ConnectApiKey -ProjectId <Project Id (short string)> -KeyType PushQuery -ApiKey <Push/Query API key (long string)>

Push events

Push-ConnectEvent -CollectionName test-collection -event @{
  customer = @{
    firstName = 'Tom'
    lastName = 'Smith'
  }
  id = '1849506679'
  product = '12 red roses'
  purchasePrice = '34.95'
}

Export events

Get-ConnectEvents -CollectionName test-collection

About

PowerShell module that provides an API for http://getconnect.io/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages