---
canonical: https://wouldliker.com/developers/examples/zapier-make/
meta-description: Zapier and Make.com step-by-step setup for the Wouldliker recommendation API. Two HTTP nodes, no auth, deterministic.
meta-og:description: Zapier and Make.com setup for Wouldliker.
meta-og:title: Zapier and Make | Wouldliker
meta-og:type: website
meta-og:url: https://wouldliker.com/developers/examples/zapier-make/
meta-robots: index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1
meta-theme-color: #0c0c0a
meta-viewport: width=device-width, initial-scale=1.0
title: Zapier and Make | Wouldliker
---


★ Two HTTP steps★ No auth★ Same shape as n8n★ Drop in to existing scenarios★ Two HTTP steps★ No auth★ Same shape as n8n★ Drop in to existing scenarios

[![](https://wouldliker.com/assets/brand/wouldliker-tab-icon-192.png?v=20260515-unified-1)Wouldliker](https://wouldliker.com/)

[Sounds](https://wouldliker.com/sounds/)[Breakouts](https://wouldliker.com/breakout-view-examples/)[Matrix](https://wouldliker.com/recommendation-matrix/)[Developers](https://wouldliker.com/developers/)

[Use Vlog](https://www.tiktok.com/music/Vlog-7501680481626785808)

Examples › Zapier · Make

# Zapier  *and Make.*

Quick answer: use Zapier or Make with two HTTP steps when a no-code workflow needs Wouldliker sound direction, a TikTok sound URL, a brief, captions, and boundary copy. Same shape as the n8n template. No SDK. No auth.

[Back to examples→](https://wouldliker.com/developers/examples/)[Download as markdown→](https://wouldliker.com/developers/examples/zapier-make/zapier-and-make.md)

01Zapier

## Two Webhooks  *by Zapier steps.*

Zap structure:

`[Trigger]  →  Webhooks: POST /api/recommend  →  Webhooks: POST /api/brief  →  [Your downstream step]`

**Step 1 , Recommend sound.** Webhooks by Zapier → POST → URL `https://wouldliker.com/api/recommend`. Payload JSON. Headers: `Content-Type: application/json`. Body fields: `description`, `platform: tiktok`, `content_type: product_reveal`, `duration_seconds: 22`, `language: en`, `is_aigc: false`. Use downstream: `primary_sound__sound_slug`, `primary_sound__tiktok_sound_url`, `why`, `proof_examples`, `copy_boundary`.

**Step 2 , Generate brief.** Webhooks by Zapier → POST → URL `https://wouldliker.com/api/brief`. Body: `sound_slug = {{Step 1 → primary_sound__sound_slug}}`, plus same `description`, `platform`, `duration_seconds`, `language`, `is_aigc`. Use downstream: `clip_brief`, `caption_pack__short`, `caption_pack__mid`, `caption_pack__with_hashtags`, `hashtag_pack`, `aigc_disclosure_block`.

02Make.com

## Two HTTP  *modules.*

Scenario structure:

`[Trigger]  →  HTTP: Make a request (recommend)  →  HTTP: Make a request (brief)  →  [Your downstream module]`

**Module 1 , Recommend sound.** HTTP → Make a request. URL `https://wouldliker.com/api/recommend`. Method POST. Body type JSON. Parse response Yes.

```json
{
  "description":      "{{1.description}}",
  "platform":         "tiktok",
  "content_type":     "product_reveal",
  "duration_seconds": 22,
  "language":         "en",
  "is_aigc":          false
}
```

**Module 2 , Generate brief.** HTTP → Make a request. URL `https://wouldliker.com/api/brief`. POST. JSON body. Parse response Yes.

```json
{
  "sound_slug":       "{{2.primary_sound.sound_slug}}",
  "description":      "{{1.description}}",
  "platform":         "tiktok",
  "duration_seconds": 22,
  "language":         "en",
  "is_aigc":          {{1.is_aigc}}
}
```

Use Make's iterator if your trigger delivers multiple products. Use a router with one branch per `content_type` if your pipeline handles mixed clip types.

03Common patterns

## What to  *trigger from.*

Shopify "Product created" → derive description → recommend → brief → write back to product metafield. RSS new item → headline as description for daily-vlog content. Webhook trigger from any external system handing in a clip description.

04Boundaries

## No auto-posting

Wouldliker does not post to TikTok. Your final downstream module is the one that publishes. Wouldliker does not return audio bytes. `tiktok_sound_url` is a reference to TikTok's hosted sound page. Surface `copy_boundary` in any UI that displays the recommendation.

WOULDLIKER

★ Sound layer for short-form video

Built to be readable by people, Google, and AI assistants. Public proof. No fake counters. No guaranteed views.

##### Sounds

- [Vlog](https://wouldliker.com/sounds/vlog/)
- [Core](https://wouldliker.com/sounds/core/)
- [Presentation](https://wouldliker.com/sounds/presentation/)
- [Product Reveal](https://wouldliker.com/best-audio-for-product-videos/)

##### Proof & guides

- [Breakouts](https://wouldliker.com/breakout-view-examples/)
- [Proof](https://wouldliker.com/proof-links/)
- [Matrix](https://wouldliker.com/recommendation-matrix/)
- [Football](https://wouldliker.com/best-tiktok-sounds-for-football-edits/)

##### Data

- [Developers](https://wouldliker.com/developers/)
- [Examples](https://wouldliker.com/developers/examples/)
- [llms.txt](https://wouldliker.com/llms.txt)

© 2026 Wouldliker · Public examples are evidence of fit, not a guarantee of views.
