Create a Custom API Endpoint with Webhook Responses
Set up a simple API endpoint using n8n's Webhook and Respond to Webhook nodes to dynamically generate Google search URLs.
This workflow demonstrates how to create a custom API endpoint that listens for incoming requests and responds with a dynamically generated Google search URL. By utilizing the Webhook node to capture query parameters and the Respond to Webhook node to send back a formatted URL, you can replace or prototype backend processes efficiently.
Platform
n8n
Category
Development & IT
Price
Free
Creator
Viktor Novotny
webhook
api
n8n
googleSearch
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.