Make.com
GenuineLink ships a Make custom app (Apps SDK / IML JSON) you deploy into your own Make organization. We do not host the Make runtime — the package lives in the product repo under integrations/make/.
Connection
Same credentials as REST and MCP:
API key— Bearerglc_…(company) orgla_…(agency).Company ID— opaque public ID sent asX-Company-Id. Required for agency keys on company modules; leave empty for company keys.API base URL(advanced) — defaults tohttps://app.genuinelink.ai/api/v1.
Install / deploy
- In Make, create a private Custom app.
- Install the Make Apps Editor extension and add an SDK environment with your Make zone API URL + API token.
- Open
integrations/make/from the GenuineLink repository, link it to your remote app, then Deploy to Make frommakecomapp.json. - In Scenario Builder, create a GenuineLink connection and run Check API key.
Full step-by-step notes are in the package README.md.
Modules
Curated like the MCP tool set: list/read plus safe mutations. Dropdown RPCs resolve campaigns, lists, LinkedIn accounts, and agency companies to opaque IDs. Instant trigger Watch events attaches a GenuineLink webhook to Make's HTTPS URL automatically.
Triggers
- Watch events (instant)
Auth & agency
- Check API key
- List agency companies
Campaigns
- List campaigns
- Get a campaign
- Get campaign sequence
- Get campaign leads
- Start / Pause / Resume a campaign
- Add campaign leads
Lists & leads
- List lists
- Get a list
- Get list leads
- Create a list
- Add list leads
- Get a lead
- Get / Add lead tags
Inbox & accounts
- List conversations
- Get a conversation
- Send a message
- Set conversation seen
- List / Get LinkedIn accounts
Stats & webhooks
- Get overall stats
- List / Create / Get webhooks
IDs
Every ID field expects an opaque public token from list/get modules — never a raw database ID. Prefer RPC dropdowns when building scenarios.