PostNord
Nordic carrier APIs for shipment tracking, bookings, labels, pickup booking, service point lookup, and Parcel Pulse notifications.
Tools
| Name | Description |
|---|---|
track_shipmentTrack PostNord shipments by shipment ID, item ID, or customer reference. | Track PostNord shipments by shipment ID, item ID, or customer reference. |
track_by_customer_referenceTrack PostNord shipments by customer number and sender reference. | Track PostNord shipments by customer number and sender reference. |
create_bookingCreate a PostNord transport booking/EDI instruction and return labels or shipment documents when requested. | Create a PostNord transport booking/EDI instruction and return labels or shipment documents when requested. |
validate_bookingValidate a PostNord booking payload before submitting a transport order. | Validate a PostNord booking payload before submitting a transport order. |
find_service_pointsFind nearby PostNord service points for pickup and delivery options. | Find nearby PostNord service points for pickup and delivery options. |
book_pickupBook a PostNord pickup using the pickup booking API payload. | Book a PostNord pickup using the pickup booking API payload. |
Triggers
| Name | Description |
|---|---|
parcel_pulse_notificationReceive PostNord Parcel Pulse shipment notifications. Configure the callback URL in PostNord with the provider-side signing secret. | Receive PostNord Parcel Pulse shipment notifications. Configure the callback URL in PostNord with the provider-side signing secret. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('postnord', 'track_shipment', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'postnord',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect PostNord to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does PostNord support?
PostNord supports 6 tools including Track Shipment, Track By Customer Reference, Create Booking, Validate Booking, Find Service Points, and more.
Can I use PostNord with AI agents?
Yes. Add PostNord to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can PostNord be used in stateful agent workflows?
Yes. Agents can combine PostNord tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does PostNord use?
PostNord uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the PostNord integration cost?
The PostNord integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does PostNord support?
PostNord supports 1 triggers including Parcel Pulse Notification.
Connect PostNord in minutes
Get 20,000 free action executions every month. No credit card required.