RentADriver
Obtener clave API
Esta página solo está disponible en inglés por ahora.La referencia de la API, los textos legales y las guías extensas se mantienen en inglés.
← 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.