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

n8n

Self-hosted automation with our REST API.

HTTP Request node plus a Webhook node cover the whole flow; a community node is welcome.

How it works

  1. HTTP Request → POST /v1/quotes then /v1/deliveries
  2. Webhook node receives delivery.* events (verify the HMAC header)
  3. Branch on status

What flows back

  • all delivery.* events

Timeline: Community node welcome.