client.created
Step by step
-
1
Create webhook in CreatorDesk
Dashboard → Integrations → Webhooks → New Webhook. Select event "client.created", leave the URL blank for now, confirm DPA, save.
-
2
Create a new Zap in Zapier
Trigger: "Webhooks by Zapier" → "Catch Hook" → Continue. Zapier displays a unique URL — copy it.
-
3
Enter the URL in the CreatorDesk webhook
Go back to the webhook in CreatorDesk, paste the Zapier URL, save.
-
4
Trigger test webhook
Click "Test Webhook" in CreatorDesk. Click "Test Trigger" in Zapier — the payload should arrive.
-
5
Configure action: MailerLite → Create/Update Subscriber
Connect your account once via OAuth, then map the fields (see table below).
-
6
Run Test Action + Publish
In the Zapier editor, click "Test Action" — make sure everything arrives correctly in the target tool. Then click "Publish" in the top right.
Field Mapping
| CreatorDesk Field | MailerLite Field |
|---|---|
| client_email | Email (required) |
| client_first_name | Name |
| client_last_name | Custom field: Last name |
| client_phone | Custom field: Phone |
| (statisch) | Tags: creatordesk |
Tips
- Zapier accepts without HMAC verification — the catch hook URL is already secret.
- Syncing multiple events? Create a separate webhook + separate Zap per event.
- Works the same way with Make.com or n8n — the trigger there is a "Webhook" / "Generic Webhook" respectively, and the action is MailerLite.
Variant B — via a public form
Newsletter signup directly from a public form — no CRM entry required.
form.submitted
| CreatorDesk Field | MailerLite Field |
|---|---|
| data.email | Email (required) |
| data.vorname | Name |
| (statisch) | Tags: newsletter-signup |