HTTP Request to AWS SQS Metadata Generator
detail.loadingPreview
Fetches data via HTTP and sends it to AWS SQS, generating metadata.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow demonstrates fetching data from an HTTP endpoint, processing it, and sending it to an AWS SQS queue. It is designed to generate metadata for the data processed.
Key Features
- Triggers on a schedule (e.g., every minute).
- Makes an HTTP request to a specified URL with a dynamic timestamp.
- Processes the HTTP response to extract key fields like latitude, longitude, timestamp, and name.
- Sends the extracted data to an AWS SQS queue.
- Includes basic error handling.
How To Use
- Configure AWS SQS Credentials: Set up your AWS SQS credentials in n8n.
- Set HTTP Request URL: Replace
{{ $env.BASE_URL }}with the actual URL of your HTTP endpoint. - Configure SQS Queue: Specify the AWS SQS queue name in the AWS SQS node.
- Adjust Set Node: Ensure the
Setnode correctly maps the fields from the HTTP response to your desired metadata fields. - Schedule Trigger: Configure the
Cronnode to trigger the workflow at your desired interval.
Apps Used
Workflow JSON
{
"id": "034094fe-9165-4fa1-9f14-dab8dc5e7d51",
"name": "HTTP Request to AWS SQS Metadata Generator",
"nodes": 0,
"category": "Http",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 034094fe-9165...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
HTTP Request Template
Generates metadata for a community-contributed (unverified) template using HTTP requests.
HTTP Request and HTML Processing
Fetches data from a URL and processes the HTML content.
Public Webhook Relay
Relays public webhook requests from webhook.site to your local n8n workflow.
Create Confluence Page from Template
Creates a new Confluence page from a specified space template, populating it with data from a webhook trigger.
YouTube Search and Transcripts Tool
This workflow allows you to search YouTube for videos and fetch their transcripts.
Generate Voice from Text
Generates speech audio from provided text using an external API.