n8n · importable workflow

n8n
workflow

Quick answer: import this workflow when an AI-video or product-video pipeline needs a Wouldliker sound route, TikTok sound URL, brief, captions, and boundary copy. Five nodes: webhook, normalize, recommend, brief, output.

01Flow

Webhook
to pack.

The workflow takes a product or clip description and returns a downstream-friendly object.

1

webhook

Receives description, product_description, platform, content_type, language, and is_aigc.

Input
2

recommend

Calls Wouldliker /api/recommend and gets primary_sound, proof, music ID, and sound_direction.

Sound route
3

brief

Calls /api/brief and returns caption pack, hashtags, and boundary copy.

Publishable pack
02Import URL

Import
from GitHub.

Use the raw workflow URL when n8n asks for an import URL, or download the same JSON from this site.

https://raw.githubusercontent.com/wouldliker/agent-layer/main/examples/n8n/wouldliker-recommend.json
03Test payload

Send
this JSON.

Use this body against the n8n webhook after import.

{
  "product_description": "new ceramic mug unboxing in soft morning light",
  "platform": "tiktok",
  "content_type": "product_reveal",
  "language": "en",
  "is_aigc": false
}

Download
workflow.

The smart workflow recommends a sound from the clip description. The fixed router returns one chosen sound for downstream publishers and autoposting systems.