RentADriver
API-Key holen
Diese Seite ist vorerst nur auf Englisch verfügbar.API-Referenz, Rechtstexte und ausführliche Anleitungen werden auf Englisch gepflegt.
← 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.