RentADriver
Obter chave de API
Esta página está disponível apenas em inglês por enquanto.A referência da API, os textos legais e os guias completos são mantidos em 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.