Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Watch on Youtube ️ Welcome to this complete step by step guide on how to ...
n8n-nodes-base.webhook, n8n-nodes-base.httprequest, n8n-nodes-base.emailsend, n8n-nodes-base.if, n8n-nodes-base.merge, n8n-nodes-base.scheduletrigger, n8n-nodes-base.splitout, n8n-nodes-base.aggregate
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Joseph.
Original n8n.io sourceWelcome to this complete step-by-step guide on how to build your own newsletter automation system using n8n, Bolt.new, and RapidAPI. Whether you're a solo founder, indie hacker, or community builder, this setup will allow you to collect subscribers, send them curated job updates, and manage unsubscriptions — all with full control and zero reliance on third-party newsletter tools.
By the end of this guide, you will have a fully working system that allows you to:
This system is perfect for niche job boards, community newsletters, or any project that needs automated content delivery to subscribers.
Make a copy of this Google Sheets template that will serve as your database:
🔗 Click here to copy the Google Sheet template](https://docs.google.com/spreadsheets/d/11vxYkjfwIrnNHN6PIdAOa_HZdTvMXI0lm_Jecac4YO0/edit?gid=0#gid=0)
This includes:
We use this API from RapidAPI to pull job listings programmatically:
We use this API from Mails.so to confirm email's validity before adding them to our database:
You'll be building a beautiful, modern newsletter landing page using Bolt.new.
Use this link for prompts to generate:
🔗 Access the Bolt.new Prompt Document
This includes:
fetch()(Make your own copy so that you can edit it while we format the prompts)
To send branded HTML emails from your own domain, follow this tutorial to configure SMTP properly on n8n with your cPanel email account:
🔗 Guide: How to Set Up SMTP with cPanel Email on n8n
This setup helps:
In n8n, you'll need to build these workflows:
name and email/unsubscribeFollow me on twitter @juppfy | or check out my agency website.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 43 workflow blocks. Download the JSON for the full node graph.
| Workflow | Jobs newsletter automation system (N8N, Bolt.new, RapidAPI, Mails.so & ChatGPT) |
|---|---|
| Complexity | advanced |
| Nodes | 43 |
| Categories | Social Media, Multimodal AI |
| Author | Joseph |
| Published | 28 May 2025 |
Use the JSON export at /data/workflows/4470/4470.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Watch on Youtube ️ Welcome to this complete step by step guide on how to ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, Multimodal AI use case.