How it works
This workflow adds one fixed Wouldliker TikTok sound to any downstream posting
or content workflow.
- A webhook receives an optional
sound_slug.
- The workflow defaults to
vlog when no sound is provided.
- It fetches the official sound profile from
GET /api/sounds/{slug}.
- The final node returns a flat object with TikTok sound URL, music ID, page
URL, saturation state, and boundary copy.
Use this when another system already chooses, renders, uploads, or posts the
video and only needs the official Wouldliker sound fields.
Set up steps
Setup takes about 3 minutes.
- Import the template.
- Execute the workflow once to enable the test webhook.
- Send a POST request with
sound_slug, or omit it to use vlog.
- Connect the final output to your own uploader, scheduler, browser
automation, CMS, or content queue.
Valid slugs: vlog, product-reveal, core, presentation, affirmation,
hala-madrid, barcelona.
No credentials or API keys are required.
Boundaries
This workflow prepares sound metadata only.
- It does not auto-post to TikTok.
- It does not download or redistribute audio.
- It does not guarantee views.
- A downstream publisher must support attaching the returned
tiktok_sound_url or tiktok_music_id for official TikTok sound usage.
- If the publisher only uploads an MP4, official sound usage may not be
counted by TikTok.