N8n Expert Needed for Full Automation of Shopify Blog & Social Media (Board Game Kickstarter)

We are looking for an experienced n8n automation specialist to fully automate our blog publishing (on Shopify) and social media posting (Facebook, Instagram, and Twitter), plus provide hands-on training sessions. Our aim is to eliminate manual tasks, ensure consistent SEO optimization, and automatically publish content in the lead-up to a Kickstarter campaign for our new board game.

A key part of this engagement is joint coding and live tutorials so that our internal team can learn how to maintain and expand these automations in the future.

If interested you can find the job post here: https://www.upwork.com/jobs/~021900229177645664347

Hello @nathaniel_tucker , welcome to the n8n community, I would love to work with you on this, you can book a call Here to discuss the project requirements and you can checkout my upwork profile Here

@nathaniel_tucker
hey! automating shopify blog posts to social channels for a kickstarter launch is a super clean n8n use case.

usually you just hook into shopify’s articles/create webhook, pass the article body to an LLM node to format it for instagram/x/facebook (different character counts and hashtags), and then post directly via their APIs.

i’ve built similar content pipelines in n8n. sent you a DM to see how your media assets and social accounts are set up right now.

​I am a Senior Automation Architect operating out of Terpek.ia. I’ve analyzed the infrastructure requirements for your board game Kickstarter launch. The pipeline you need is a standard multi-channel distribution topology, but the critical point of failure in these builds is usually LLM hallucination and API rate limits.

​Here is the structural blueprint of how we will build this:

  1. Ingestion: Intercept the Shopify articles/create Webhook payload.
  2. Triage & Synthesis (The Brain): Route the raw HTML/text into an LLM node (via OpenRouter/OpenAI). We will engineer a strict System Prompt to output a formatted JSON containing three distinct variants:
    • X (Twitter) Vector: Strict character limit, high-impact hook.
    • Instagram Vector: Visually structured, high-density hashtag block.
    • Facebook Vector: Conversational, SEO-optimized with outbound Kickstarter links.
  3. Distribution: Sequential HTTP Requests to the respective APIs, wrapped in Error/Catch nodes to prevent a single platform’s API failure (e.g., Instagram token expiration) from breaking the entire workflow.

Regarding your primary requirement (Live Training):

Building black-box systems is a liability. My standard operating procedure involves live pair-programming. We will build the logic gates together over screen share. I will document every node so your internal team understands the exact data flow and how to modify the LLM prompts when your Kickstarter phases change.

​Let’s open a 15-minute technical window this week to map out your exact Shopify metadata and validate the API credentials.

​Best,

Favián Herrera

Terpek.ia