Put ParcelParcel to work with AI and enterprise-grade automation
Automate smarter with ParcelParcel and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.
- No-code AI automation
- Full audit trails and controls
- SOC 2 and GDPR compliant
- Easy visual workflow builder
- 9,000+ apps, 450+ AI tools
- Free tier available
Join millions worldwide who automate their work using Zapier
Supported triggers and actions
Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.
- New Shipment ✔️
Triggers when you create a new shipment in MyParcelParcel.
Try ItTriggerInstant - What kind of parcels are you shipping?
- Type of shipmentRequired
- Weight per parcel (kg)Required
- Length (cm)Required
- Width (cm)Required
- Height (cm)Required
- Count (pieces)Required
- Contents Of Your Shipment
- Give a good detailed scription of the itemRequired
- How many of this item are you shipping? (Quantity)Required
- What is the value per item?Required
- In which country is the item manufactured? (ISO-2 Country Code)Required
- What is the HS Code of the item?
- Shipment Details
- What is the reason for export?Required
- Do you want to charge any import duties, VAT and customs clearance costs to the recipient (DAP ) or to the shipper (DDP)? (Incoterm)Required
- What Currency should we use for the customs invoice?Required
- You can enter a reference for your shipment here if you want
- Do you want to insure your shipment?Required
- You can specify your preferred shipping option
- PickUpSection
- Do you want to have your shipment collected?Required
- Collection Start Time
- Collection End Time
- Collection instructions
- pickupAddress
- Country Code (ISO-2 Country Code)Required
- Company Name
- Contact PersonRequired
- EmailRequired
- PhoneRequired
- Address Line 1Required
- Address Line 2
- Zipcode
- CityRequired
- VAT Number
- Destination Address
- Country Code (ISO-2 Country Code)Required
- Company Name
- Contact PersonRequired
- EmailRequired
- PhoneRequired
- Address Line 1Required
- Address Line 2
- Zipcode
- CityRequired
- VAT Number
- Book shipment directly?
- Return label in response?
ActionWrite- Page
- Results per page
- Status
- Shipment ID
- Search
- Carrier
- Booked from
- Booked to
- Origin country
- Destination country
ActionSearch
- Type of shipmentRequired
- Weight per parcel (kg)
- Length (cm)
- Width (cm)
- Height (cm)
- Count (pieces)Required
- Is your pallet stackable (only required for pallets)?
- pickupAddress
- Country Code (ISO-2 Country Code)Required
- Zipcode
- City
- Destination Address
- Country Code (ISO-2 Country Code)Required
- Zipcode
- City
- Recipient type (only required for pallets)
- Insurance
- Do you want to insure your shipment?Required
- What is the total value of your shipment (in euros - €)?
ActionWrite- Shipment IDRequired
ActionWrite- Tracking NumberRequired
ActionSearch
For builders
Let your AI safely access ParcelParcel
Go beyond Zap workflows. Install Zapier in your AI to call ParcelParcel actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in ParcelParcel from your AI—no exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.
Example actions on this page
Works with
Claude · ChatGPT · Cursor · Any MCP-compatible AI
Work in code with the Zapier SDK
Expose ParcelParcel actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().
Install
npm install @zapier/zapier-sdk npm install -D @zapier/zapier-sdk-cli zapier-sdk login # create a ParcelParcel connection @ https://zapier.com/app/assets/connections
Run an action
// Typescript
import { createZapierSdk } from "@zapier/zapier-sdk";
const zapier = createZapierSdk();
const { data: connection } = await zapier.findFirstConnection({ app: "parcelparcel", owner: "me" });
await zapier.runAction({
app: 'parcelparcel',
action: 'compare_shipping_options',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.










