RentADriver
APIキーを取得
このページは現在英語のみでご覧いただけます。APIリファレンス、法的文書、詳細ガイドは英語で管理しています。
← Integrations
Automation
Beta app

Zapier

Book a delivery from any of 7,000 apps.

Triggers: delivery status changed, delivery delivered, proof available. Actions: get quote, create delivery, cancel, message driver. Until the app is public, use Zapier's Webhooks step with our REST API.

How it works

  1. Add the RentADriver action to a Zap
  2. Map pickup, drop-off and item fields
  3. Use the 'Delivered' trigger to update your sheet, CRM or Slack

What flows back

  • status changed
  • delivered
  • proof available
  • no driver found

Webhooks by Zapier → RentADriver

POST https://api.rentadriver.ai/v1/deliveries
Headers: x-api-key: rd_live_…  |  Content-Type: application/json
Data (JSON): {"pickup":{"address":"{{pickup}}"},"dropoffs":[{"address":"{{dropoff}}","contact_name":"{{name}}"}],"items":[{"description":"{{item}}","size_class":"M"}],"external_ref":"{{id}}"}

Timeline: Public Zapier app Q4 2026.