Skip to main content

Create daily AI and blockchain social posts with SerpAPI, Groq and Pollinations

Workflow preview

Workflow preview
100%
Create daily AI and blockchain social posts with SerpAPI, Groq and Pollinations preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow runs daily (or manually) to pull the last 24 hours of AI and blockchain headlines from Google News via SerpAPI, uses Groq Llama 3.3 to draft Twitter/X and LinkedIn post...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatgroq, n8n-nodes-base.googledrive

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Filip Mijic.

Original n8n.io source

1.1 Workflow description

Title
Create daily AI and blockchain social posts with SerpAPI, Groq and Pollinations
Workflow name
Create daily AI and blockchain social posts with SerpAPI, Groq and Pollinations

Quick Overview

This workflow runs daily (or manually) to pull the last 24 hours of AI and blockchain headlines from Google News via SerpAPI, uses Groq Llama 3.3 to draft Twitter/X and LinkedIn posts, generates a matching image with Pollinations, then saves everything to Google Sheets and notifies Slack.

How it works

  1. Runs on a daily 8 AM schedule (or via a manual trigger for testing).
  2. Queries Google News through SerpAPI for the last day’s AI, artificial intelligence, blockchain, and crypto headlines.
  3. Builds a numbered news digest and stops with an error if no results are returned.
  4. Sends the digest to Groq (Llama 3.3 70B) to generate a Twitter/X post and a LinkedIn post in JSON format.
  5. Generates a 1024×1024 social image with Pollinations based on the Twitter/X post, then uploads it to Google Drive and makes it publicly accessible.
  6. Appends the generated posts and public image URL to Google Sheets, logs the successful run to a separate sheet, and posts a success notification to a Slack channel.

Setup

  1. Add a SerpAPI credential using HTTP Query Auth and provide your API key as the api_key query parameter.
  2. Add a Groq API credential and ensure the Groq Llama 3.3 chat model is selected.
  3. Add a Pollinations Bearer token credential (or adjust the request to use the anonymous tier if applicable).
  4. Connect Google Drive OAuth and choose the destination folder (or leave it as My Drive) for image uploads.
  5. Connect Google Sheets OAuth and select the target spreadsheet and sheet tabs for both the content append and the run log append steps.
  6. Connect Slack OAuth and set the channel where the workflow posts the success notification.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Test Manually

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Fetch AI & Blockchain News

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 3 - Run Daily at 8 AM

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 4 - Build News Digest

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Check News Found

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 6 - Write Social Media Posts

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.9

Block 7 - Groq Llama 3.3 Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGroq - lmChatGroq
Config choices
Version 1

Block 8 - Parse Generated Posts

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Generate Image with Pollinations

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 10 - Upload Image to Google Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 11 - Make Image Public

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 12 - Build Public Image URL

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - Save Posts to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 14 - Log Success

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 15 - Notify Slack of New Post

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.5

Block 16 - Stop: Image Failed

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 17 - Stop: No News Found

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 18 - Sticky Note 0b7f88bb

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note dfe1bd3f

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note f5510537

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note 6f0e6d49

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note e17bab30

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note d9426534

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Create daily AI and blockchain social posts with SerpAPI, Groq and Pollinations
Complexity advanced
Nodes 23
Categories Social Media, Multimodal AI
Author Filip Mijic
Published 12 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16316/16316.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Create daily AI and blockchain social posts with SerpAPI, Groq and Pollinations do?

Quick Overview This workflow runs daily (or manually) to pull the last 24 hours of AI and blockchain headlines from Google News via SerpAPI, uses Groq Llama 3.3 to draft Twitter/X and LinkedIn post...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.