Sendcloud
European multi-carrier shipping, returns, labels, parcel tracking, and parcel event subscriptions.
Tools
| Name | Description |
|---|---|
create_shipmentCreate and announce an outgoing Sendcloud shipment asynchronously. | Create and announce an outgoing Sendcloud shipment asynchronously. |
create_and_announce_shipmentCreate a Sendcloud shipment and announce it to the carrier; use synchronous mode for immediate carrier feedback. | Create a Sendcloud shipment and announce it to the carrier; use synchronous mode for immediate carrier feedback. |
create_returnCreate a Sendcloud return shipment through the Returns API. | Create a Sendcloud return shipment through the Returns API. |
cancel_shipmentCancel a Sendcloud shipment before carrier cutoff when the shipment is eligible. | Cancel a Sendcloud shipment before carrier cutoff when the shipment is eligible. |
cancel_returnRequest cancellation of a Sendcloud return shipment. | Request cancellation of a Sendcloud return shipment. |
get_shipmentRetrieve a Sendcloud shipment by ID. | Retrieve a Sendcloud shipment by ID. |
list_shipmentsList Sendcloud shipments with cursor pagination and optional filters. | List Sendcloud shipments with cursor pagination and optional filters. |
track_parcelRetrieve Sendcloud parcel tracking information. | Retrieve Sendcloud parcel tracking information. |
Triggers
| Name | Description |
|---|---|
parcel_event_createdTriggers when Sendcloud delivers a parcel event such as shipped, delivered, returned, or another tracking status change. | Triggers when Sendcloud delivers a parcel event such as shipped, delivered, returned, or another tracking status change. |
Quick Start
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.