Make Integration
What it does
Make (formerly Integromat) is a visual automation platform. Buska connects to Make via webhooks, letting you build drag-and-drop workflows that trigger whenever a new qualified lead is detected. You can route leads to any of Make's 1,500+ app integrations without writing code.
Plan required: Growth, Scale
How it works
- Buska detects a qualified lead and sends the data to your Make webhook
- Make receives the payload and parses all lead fields as variables
- Your scenario routes the lead based on conditions (score, intent, platform)
- Make pushes the lead to your CRM, outreach tool, spreadsheet, or any connected app
Setup steps
- In Make, create a new scenario and add a "Webhooks > Custom webhook" trigger module
- Click "Add" to create a new webhook and copy the URL
- In Buska, go to Settings > Integrations > Webhooks
- Add the Make webhook URL as your endpoint
- Click "Test" in Buska to send a sample payload
- In Make, click "Redetermine data structure" to parse the payload fields
- Add downstream modules (e.g., HubSpot, Google Sheets, Slack) and map the lead fields
Data sent
| Buska field | Make variable |
|---|---|
| Full webhook payload | All fields from the Webhooks section |
| Lead fields (name, intent, score, etc.) | Available as lead.* variables |
| Enriched fields (email, company, title) | Available as enriched.* variables |
Use Make's Router module to split leads by intent type. For example, route ACTIVE leads to your sales team in Slack, COMPETITOR leads to a competitive intelligence spreadsheet, and PAIN leads to a nurture email sequence.
Related guides
- Integrationsn8nUse Buska with self-hosted n8n for fully controlled workflow automation. Receive leads via webhook, transform them, and route to any system.
- IntegrationsWebhooksBuska sends a JSON payload to your webhook URL whenever a new lead is detected. Build custom integrations with your CRM, Notion, Airtable, or internal tools.
- AutomationsWorkflow BuilderBuild conditional workflows in Buska. When a new lead matches your conditions, trigger Slack, webhook, CRM creation, AI reply, or any chain of actions.