-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
deftship
URLs
Webhook Sources
new-freight-order-created-instant
Prompt
Emit new event when a freight order is created. Props: Order Details (required), Location details (optional)
new-parcel-order-created-instant
Prompt
Emit new event when a parcel order is created. Props: Order Details (required), Recipient details (optional)
new-freight-shipment-created-instant
Prompt
Emit new event when a freight shipment is created. Props: Shipment details (required), Tracking number (optional)
Actions
buy-insurance
Prompt
Book a new insurance policy. Required props are 'policy details' and 'insured item details'. Optional props include 'insurance duration' and 'premium amount'.
create-parcel-order
Prompt
Generate a new parcel order. Required props include 'parcel details' and 'delivery details'. Optional props include 'insurance info', 'pickup details' and 'priority level'.
create-freight-order
Prompt
Trigger the creation of a new freight order. Requires props such as 'freight details' and 'pickup and delivery' details. Optional props could be 'date of delivery', 'freight insurance' and 'special instructions'.