OpenThat.link

Open links in your browser from Zapier, n8n, or any webhook-capable tool.

How it works

  1. Install the Chrome extension
  2. Copy your unique webhook URL
  3. Send links to the webhook from your automation tool
  4. Links open automatically in your browser

API Usage

Enqueue links

GET /api/<SECRET>?link=example.com
GET /api/<SECRET>?link=a.com,b.com,c.com
POST /api/<SECRET> with {"links": ["a.com", "b.com"]}

Poll for links (used by extension)

GET /api/<SECRET>/extension-poll