Pammys CreatorOps Automation Pipeline

AI & Automation Engineer interview · June 2026

n8n Shopify API LLM Notion Slack
AI suggests. Humans approve. n8n executes. Shopify measures.

Public research snapshot — directional signals only

Monthly visits

395K

Customers

1M+

Revenue (est.)

€50–90M

Markets

11

Locales

20+

Team

100+

These figures are directional estimates from public research, not internal company data.


Why this pipeline? — automation hypotheses to validate

The public creator journey suggests several possible automation opportunities: creator intake, review prioritisation, briefing assignment, follow-up reminders and Shopify campaign tracking.

The visible briefing structure suggests that product, angle, funnel stage, awareness level, language and status are important operational fields. This demo explores how an automation layer could connect these fields with creator applications and Shopify product data.

These assumptions are based only on public touchpoints and would need to be validated with the team before implementation.


Core positioning

"I did not build this as a replacement for your internal tools.
I built it as an automation layer that sits on top of what you already use —
Typeform, Notion, Shopify, Slack, email — without changing anything."

The goal is to show how I think: map the process, identify repetitive work, add AI where it helps, keep humans in control, and connect the workflow to revenue data.

Assumptions & Scope

This project is based on publicly accessible touchpoints: the creator application form, visible briefing structures, Shopify sitemap, and the job description. It does not assume access to internal systems. All findings are signals, not conclusions — everything would be validated with the team before any implementation.


Pipeline — 13 steps end to end

Interview focus

Main demo: Creator application → AI pre-screening → CRM → Slack approval → Shopify onboarding → follow-up tracking

Bonus modules (time permitting): SEO engine · Email lifecycle · Revenue tracking · UGC brief generator

Why n8n fits this workflow

n8n is useful here because the workflow crosses multiple tools: form intake, CRM updates, AI calls, Slack approvals, Shopify actions, email sending and scheduled reminders. The value is not one single API call, but reliable orchestration between systems with logs, retries and human approval steps.

60-second demo script (Click to expand)
  1. A creator submits an application.
  2. n8n receives the webhook and normalizes the data.
  3. The AI agent creates a priority score and recommended next step.
  4. The creator is saved into the CRM with status “Pre-screened”.
  5. Shopify product data is used to suggest the best product and briefing angle.
  6. Slack notifies the creator manager with approve / test video / reject / manual review options.
  7. If approved, the system prepares email onboarding, discount code creation and follow-up reminders.
  8. Reporting shows bottlenecks, response times and creator revenue potential.
1

Creator application form

Typeform webhook fires → n8n receives: name, email, shoe size, social links, motivation, product experience, referral, consent, test video status

2

n8n orchestrator

Receives webhook → normalizes data → validates fields → routes to AI → updates CRM → connects Shopify, Notion, Slack, email → schedules reminders → handles errors

3

AI pre-screening agent

Analyzes motivation quality, product fit, profile completeness, referral source, spam risk → outputs priority (HIGH/MED/LOW), creator type, risk, recommended next step

{"priority":"HIGH","creator_type":"customer_advocate","risk":"LOW","next_step":"Send test video briefing"}
4

Creator CRM

Stored in Notion or Google Sheets with full status pipeline

AppliedPre-screenedBrief sentWaiting videoVideo receivedApprovedOnboardedActiveInactiveRejected
5

Shopify product & campaign data

Pulls product name, category, benefits, variants, price, campaign offer, discount logic → provides context for brief matching

6

AI brief matching engine

Matches creator to product → selects angle (Hype / Fußschmerzen / Fake vs Original) → selects funnel stage (MOFU) → selects awareness level → generates or retrieves briefing

Product: Mallow Sandal · Angle: Hype · Funnel: MOFU · Awareness: Problem Aware · Language: DE
7

Notion briefing database

Creates record with: Dokumentname, Produkt, Typ, Funnel, Awareness, Art, Sprache, Status, Used — designed to mirror the visible Video Ad Briefings structure

8

Slack manager review

Sends structured message to creator manager: creator details, priority, product fit, suggested brief, risk level + action buttons

[Approve] [Ask for Test Video] [Reject] [Manual Review]
9

Human-in-the-loop decision router

High confidence + low risk → suggested automation · Medium → manager approval · Low confidence → manual only. AI never makes the final call on sensitive decisions.

10

Shopify onboarding

Creates unique discount code (e.g. LISA-MALLOW-15) → assigns creator to campaign → connects to revenue tracking → stores Shopify ID in CRM

11

Email automation

Status-triggered emails: application received → test video briefing → 3-day reminder → approval + onboarding → discount code → rejection → reactivation. Personalized with product, brief, deadline, language.

12

Reminder tracking

No briefing response after 3 days → reminder · 7 days → Slack alert to manager · Approved → onboarding email · 30 days inactive → reactivation email

13

Reporting dashboard

Tracks: applications, approval rate, video submission rate, response time, active creators, revenue per creator, discount code usage, best angles → feeds back into brief matching engine


SEO & content engine (bonus layer)

Alt text repair candidate

Detect missing or weak alt text across Shopify locales → generate localized suggestions → send to review queue → prepares Shopify update drafts for approval (publish only after human approval).

Blog content generation

New product triggers localized blog article drafts in DE, EN-GB, FR, NL, SV, DA — comparison-style content ideas can be generated for review, but no competitor claims should be published without brand/legal approval.

UGC brief generation

Snowboots-style first-draft brief (H1–H3 hooks, T1–T13 script, S1–S16 scenes) can be generated for new products, designed to mirror the visible structure, and saved to Notion for review.

Note: alt text gap identified from public-facing product review — exact count to be confirmed with internal Shopify data.


What I would ask in the first week

  • 1Where do creator applications currently land — Typeform, email, or another tool?
  • 2Which system is the source of truth: Notion, Shopify, a CRM, or another tool?
  • 3Which creator decisions can be automated and which must require human approval?
  • 4How are discount codes and commissions currently tracked — manually or in a system?
  • 5Which follow-ups are currently done manually and how much time do they take per week?
  • 6Which metrics define a successful creator for Pammys — GMV, content volume, engagement rate?
  • 7Which AI outputs would need legal or brand approval before going live?
  • 8Which systems already have APIs available and which steps are still manual today?
  • 9What should never be automated without human approval?

AI guardrails

No auto-rejection

Human review always required for rejection

Every AI decision logged

Full audit trail in CRM

GDPR-conscious

No risky scraping, data handled cleanly

Editable suggestions

All AI outputs can be overridden by the team

No direct publishing without approval

Human review is strictly required before any draft or update is pushed live


"I studied the public Creators Club flow, the visible briefing structure, and the Shopify site structure. A structured first-draft brief that normally requires manual coordination can be generated in under a minute, then reviewed by the team. The goal is not to replace creative work — it is to reduce repetitive operational work around briefing, assignment, follow-up and tracking."

Demo modules prepared for discussion

Build status

Drafted Workflows

(Designed flow logic illustrated in screenshots below)

  • Creator application data model
  • AI pre-screening logic
  • Creator CRM status pipeline
  • Slack review concept
  • Email lifecycle logic
  • Reporting structure

Mocked / Simulated

(Simulated APIs for demonstration purposes)

  • Shopify discount code creation
  • Internal Notion database writes
  • Revenue tracking
  • Production email sending

To Validate with Team

(Operational parameters to confirm before build)

  • Actual source of truth
  • Existing creator workflow
  • Shopify discount code rules
  • Commission model
  • Approval rules
Pammys CreatorOps full n8n automation pipeline overview

CreatorOps Automation Pipeline — Full n8n Workflow

End-to-end orchestration: Typeform webhook → AI pre-screening → Notion CRM → Slack approval → Shopify onboarding → email lifecycle.

AI UGC Brief Generator from Shopify product data in n8n

AI UGC Brief Generator

Pulls Shopify product data → generates H1–H3 hooks, full 13-part script, 16-scene storyboard — saved directly to Notion in DE/EN/FR/NL/SV/DA.

Creator email lifecycle automation with n8n

Creator Email Lifecycle Automation

7 automated touchpoints: application received → test video briefing → 3-day reminder → approval → discount code → rejection → reactivation.

Creator revenue tracking with Shopify discount codes

Creator Revenue Tracking

Unique discount codes (e.g. LISA-MALLOW-15) tied to each creator — Shopify API links revenue directly to creator performance in CRM.

SEO and product research automation with n8n

SEO & Product Research Automation

New product trigger → keyword research → localized blog articles + alt text suggestions across 20+ Shopify locales for review before publishing.

Notion Video Ad Briefings database

Structured briefing records designed around the visible Notion fields: Dokumentname, Produkt, Typ, Funnel, Awareness, Art, Sprache, Status, Used.

Pammys Notion video ad briefings database — overview
Pammys Notion video ad briefings database — detail view
Pammys Notion video ad briefings database — brief content