SendDrop

0.4.0

PowerShell Module for the SendDrop.com API

Minimum PowerShell version

7.0

Installation Options

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

Install-Module -Name SendDrop -RequiredVersion 0.4.0

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

Install-PSResource -Name SendDrop -Version 0.4.0

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) Thomas Subotitsch. All rights reserved.

Package Details

Author(s)

  • Thomas Subotitsch

Functions

Get-SendDropBrand Get-SendDropbrandLogo Add-SendDropShipmentDocument Copy-SendDropShipment Get-SendDropShipment Get-SendDropShipmentDocument New-SendDropShipment New-SendDropShipmentLabel New-SendDropShipmentReturn Update-SendDropShipment Update-SendDropShipmentBrand Update-SendDropShipmentComment Connect-SendDrop Disconnect-SendDrop Invoke-SendDropAPICall

Dependencies

This module has no dependencies.

Release Notes

## [0.4.0] - 2026-04-12

### Added

#### `CLAUDE.md`

- Added "Changelog Conventions" section instructing Claude Code to always update `CHANGELOG.md` under `[Unreleased]` after every change without being asked.

### Fixed

#### `.build/Update-ChangelogDirect.ps1`

- Fixed authentication URL to use `x-access-token` as the username instead of `$GitUserName`, which caused 403 errors when pushing as `github-actions[bot]`.
- Added exit code check after `git push` — the function previously reported success even when the push failed.

#### `.github/workflows/publish.yml`

- Added `permissions: contents: write` to the `build-and-publish` job so the `GITHUB_TOKEN` can push the changelog commit back to `main`.
- Downgraded GitVersion setup action from `v4.5.0` to `v3.1.1` to restore compatibility with `versionSpec: 5.x` (`v4.x` requires GitVersion `>=6.1.0`).

FileList

Version History

Version Downloads Last updated
0.4.1 4 4/12/2026
0.4.0 (current version) 3 4/12/2026
0.3.6 3 4/12/2026
0.3.5 3 4/12/2026
0.3.4 2 4/12/2026
0.3.3 3 4/12/2026
0.3.2 2 4/12/2026
0.3.1 3 4/12/2026
0.3.0 2 4/12/2026
0.2.6 2 4/12/2026
0.2.5 3 4/12/2026
0.2.4 3 4/12/2026
0.2.3 2 4/12/2026
0.2.2 4 4/12/2026
0.2.1 4 4/12/2026
0.2.0 5 4/12/2026
Show more