Skip to main content

Bilingual newsletters with GPT-4o, AI images & videos for HubSpot & SP

Workflow preview

Workflow preview
100%
Bilingual newsletters with GPT-4o, AI images & videos for HubSpot & SP preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who’s it for Marketing, growth, and automation teams that need to ship polished bilingual newsletters—complete with images, optional video, and multi channel distribution—without writing a line of ...

Best for

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

Tools used

n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.microsoftsharepoint, n8n-nodes-base.switch, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.set, n8n-nodes-base.if

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Bilingual newsletters with GPT-4o, AI images & videos for HubSpot & SP
Workflow name
Bilingual newsletters with GPT-4o, AI images & videos for HubSpot & SP

Who’s it for

Marketing, growth, and automation teams that need to ship polished bilingual newsletters—complete with images, optional video, and multi-channel distribution—without writing a line of code.

How it works / What it does

  1. A Webhook receives a plain-language request (e.g. “Create a newsletter about XYZ and store it in SharePoint”). The Webhook can be changed to another trigger, fr example Manual Trigger.
  2. An AI Agent (OpenAI GPT-4o) drafts German & English newsletter copy following a strict JSON schema.
  3. SharePoint fetches an HTML template; a Code node injects AI copy into the placeholders.
  4. Optional creative assets:
    • Pollinations AI → image (resolution check & frame overlay)
    • FAL AI → short video + Lyria2 audio → merged via FFmpeg API
  5. A Gmail Approval step sends the draft to an approver; the flow continues only on “Approve”.
  6. Depending on user intent the workflow:
    • Emails the newsletter to HubSpot contacts, and/or
    • Saves HTML (+ JPG/Video URL) to a SharePoint library.

How to set up

  1. Import the template
  2. Open the yellow sticky note and follow the checklist
    • Create credentials for OpenAI, HubSpot (App Token), Microsoft 365, Gmail, and FAL AI.
    • Enter them in n8n Credential Manager (never in the HTTP node).
  3. Edit the Configuration Settings Set node with your ENV_* variables.
  4. Activate the workflow, copy the production Webhook URL, and trigger it with JSON body { "text": "…" } or with a desired trigger.

Requirements

  • OpenAI account
  • Microsoft 365 tenant (SharePoint & Outlook)
  • HubSpot App Token
  • FAL AI API Key (video & audio generation)

How to customize

  • Want a different language? Tweak the AI prompt inside AI Agent.
  • Want a different storage provider? Change the SharePoint nodes to Google Drive or Dropbox.
  • Skip video generation: set include_video to false in the incoming prompt.
  • Change the distribution logic by adjusting the WF Result Switch node.
  • Add more channels (e.g. Slack) by inserting additional branches after the Switch and modifying the intent determination at the beginning of the workflow.

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 - Build Newsletter

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

Block 2 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2

Block 3 - Get Newsletter Template

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

Block 4 - Switch

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 5 - Get Video

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

Block 6 - Create FAL Video

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

Block 7 - Create Audio

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

Block 8 - Get Audio

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

Block 9 - Create Merge Request

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

Block 10 - Wait for Merge

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 11 - Get Merged Video

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

Block 12 - Configuration Settings

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

Block 13 - Generate Video and Audio Prompt

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2

Block 14 - Determine Intent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2

Block 15 - Parse Fields

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

Block 16 - Parse Intent Fields

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

Block 17 - HTML to Binary

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

Block 18 - TXT to Binary

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

Block 19 - JPG to Binary

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

Block 20 - Save Video URL if exists

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

Block 21 - Upload HTML

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

Block 22 - Upload JPG

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

Block 23 - Upload Video URL

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

Block 24 - HubSpot

Type / Role
n8n-nodes-base.hubspot - hubspot
Config choices
Version 2.1

Showing the first 24 of 49 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Bilingual newsletters with GPT-4o, AI images & videos for HubSpot & SP
Complexity advanced
Nodes 49
Categories Social Media, Multimodal AI
Author plemeo
Published 14 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5988/5988.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 Bilingual newsletters with GPT-4o, AI images & videos for HubSpot & SP do?

Who’s it for Marketing, growth, and automation teams that need to ship polished bilingual newsletters—complete with images, optional video, and multi channel distribution—without writing a line of ...

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.