InvokeAptecoOrbit

0.2.0

Apteco PS Modules - Apteco Orbit API client

Authenticate against an Apteco Orbit API instance, call any of its endpoints, and download
paginated data (like a PeopleStage system's campaign list) without hand-rolling the paging
loop yourself.

Connect-AptecoOrbit -DataView "Demo" -Credential (Get-Credential)
Invoke-AptecoOrbit -Key "GetPeopleStageSystem" -QueryP
Apteco PS Modules - Apteco Orbit API client

Authenticate against an Apteco Orbit API instance, call any of its endpoints, and download
paginated data (like a PeopleStage system's campaign list) without hand-rolling the paging
loop yourself.

Connect-AptecoOrbit -DataView "Demo" -Credential (Get-Credential)
Invoke-AptecoOrbit -Key "GetPeopleStageSystem" -QueryParameters @{ systemName = "Demo" }
Get-AptecoOrbitCampaigns -System "Demo"
Export-AptecoOrbitAudience -System "Demo" -AudienceId 246 -WorkbookItemId "<workbook-item-guid>" -OutFile "C:\Temp\export.csv"

Both the "SIMPLE" and "SALTED" login types are supported.
Show more

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name InvokeAptecoOrbit

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name InvokeAptecoOrbit

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2026 Apteco GmbH. All rights reserved.

Package Details

Author(s)

  • florian.von.bracht@apteco.de

Tags

powershell Windows Apteco Orbit PeopleStage

Functions

Connect-AptecoOrbit Invoke-AptecoOrbit Get-AptecoOrbitPagedData Get-AptecoOrbitCampaigns Export-AptecoOrbitAudience

PSEditions

Desktop Core

Dependencies

Release Notes


0.2.0 Implemented the SALTED login flow, added Export-AptecoOrbitAudience (async export + poll + download), and surfaced the real Orbit API error body in thrown errors instead of a generic exception
0.1.0 Initial release: Connect-AptecoOrbit, Invoke-AptecoOrbit, Get-AptecoOrbitPagedData, Get-AptecoOrbitCampaigns

FileList

Version History

Version Downloads Last updated
0.2.0 (current version) 3 7/30/2026