π Where to find it: Reach your customers β Flows β (open a Flow) β trigger block β "Webhook / entry URL" type
Each Flow can receive a unique URL to which an external tool (Make, Zapier, n8n, your website, your form) sends a lead: that lead then enters the Flow immediately.
How it works
Madyis Hub generates a secret, unique URL for this Flow. When a tool sends a lead's information to it (in JSON), Madyis Hub creates the contact and enrolls them in the Flow. The URL's long, unpredictable token acts as a password; you can revoke it at any time to cut off the old URL. The responses are clear (accepted / rejected) so the calling tool knows what happened.
Step by step
- Open the Flow and choose the Webhook / entry URL trigger type.
- Save: the entry URL appears in the trigger panel.
- Click "Copy" to grab the URL.
- Paste this URL into your external tool (Make, Zapier, n8n, form, etc.) as the POST destination.
- Set up the tool to send at least the lead's name, phone or email.
- Publish the Flow so it starts receiving leads.
- If needed, click "Regenerate" to invalidate the old URL and get a new one.
Good to know
- The URL does not change until you regenerate it: you can paste it once and for all into your tool.
- Make/Zapier structures that wrap the lead under "lead" or "contact" are recognized automatically.
- Never share this URL publicly: it's what authenticates the submission.