Revolo API

Workflows

After OAuth, list the connected organization's active workflows so the user can pick where a vehicle should go.

GET /api/v1/workflows

Requires scope workflows:read.

bash
curl https://app.revolo.ai/api/v1/workflows \
  -H "Authorization: Bearer ACCESS_TOKEN"
json
{
  "workflows": [
    {
      "id": "3f2c1d0e-1111-2222-3333-444455556666",
      "title": "Local dealers — first look",
      "description": "24-hour exclusive blast",
      "is_active": true,
      "phase_count": 3,
      "total_contacts": 42
    }
  ]
}

Using workflow IDs

Pass one or more id values as workflow_ids when creating and sending a vehicle, or when sending an existing Revolo vehicle. The same vehicle cannot be sent to the same workflow twice.

Sending also requires a 5-digit pickup_zip. Optional: title_status and buy_now_price for that send.