OpenThat.link
Open links in your browser from Zapier, n8n, or any webhook-capable tool.
How it works
- Install the Chrome extension
- Copy your unique webhook URL
- Send links to the webhook from your automation tool
- 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