Weavz
Sendcloud

Sendcloud

European multi-carrier shipping, returns, labels, parcel tracking, and parcel event subscriptions.

CustomCommerce
8 tools
1 trigger

Tools

Name
create_shipment

Create and announce an outgoing Sendcloud shipment asynchronously.

create_and_announce_shipment

Create a Sendcloud shipment and announce it to the carrier; use synchronous mode for immediate carrier feedback.

create_return

Create a Sendcloud return shipment through the Returns API.

cancel_shipment

Cancel a Sendcloud shipment before carrier cutoff when the shipment is eligible.

cancel_return

Request cancellation of a Sendcloud return shipment.

get_shipment

Retrieve a Sendcloud shipment by ID.

list_shipments

List Sendcloud shipments with cursor pagination and optional filters.

track_parcel

Retrieve Sendcloud parcel tracking information.

Triggers

Name
parcel_event_created

Triggers when Sendcloud delivers a parcel event such as shipped, delivered, returned, or another tracking status change.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('sendcloud', 'create_shipment', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'sendcloud',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Sendcloud 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 Sendcloud support?

Sendcloud supports 8 tools including Create Shipment, Create And Announce Shipment, Create Return, Cancel Shipment, Cancel Return, and more.

Can I use Sendcloud with AI agents?

Yes. Add Sendcloud 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 Sendcloud be used in stateful agent workflows?

Yes. Agents can combine Sendcloud 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 Sendcloud use?

Sendcloud uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Sendcloud integration cost?

The Sendcloud integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Sendcloud support?

Sendcloud supports 1 triggers including Parcel Event Created.

Connect Sendcloud in minutes

Get 20,000 free action executions every month. No credit card required.