Watch a quick demo to see how OpenThat.Link connects your automation tools to your browser.
Use your webhook URL in n8n (HTTP Request node), Zapier (Webhooks), Make, or any tool that can send HTTP requests. Developers can use it as a REST API endpoint.
Pass the link as a query parameter.
GET https://openthat.link/YOUR-SECRET-TOKEN?link=example.com
Comma-separate multiple links in a single request.
GET https://openthat.link/YOUR-SECRET-TOKEN?link=google.com,github.com,example.com
Send a JSON body for more complex use cases.
curl -X POST https://openthat.link/YOUR-SECRET-TOKEN \
-H "Content-Type: application/json" \
-d '{"links": ["https://google.com", "https://github.com"]}'Install the extension to get your personal webhook URL with working examples.