n8n · importable workflow

n8n
workflow

Webhook to Normalize to Wouldliker recommend to Wouldliker brief to shaped output. Import the JSON and wire it into any AI-video or product-video pipeline.

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 plus proof.

Sound route
3

brief

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

Publishable pack
02Test 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 workflow sends is_aigc as a boolean, not a string. Wouldliker does not auto-post; pass tiktok_sound_url to your publisher.