Make (formerly Integromat) is an advanced workflow automation platform. The Salesforge-Make integration lets you connect Salesforge to thousands of apps by building custom scenarios. Essentially, you can trigger a Make workflow from Salesforge events or vice versa. This means Salesforge can automatically interact with any app that Make supports, providing powerful automation capabilities.
Key Features
In Make, once you authenticate the Salesforge module (using an API key from Salesforge settings), you can choose Salesforge triggers (e.g. new lead or new reply) and actions (e.g. create a Salesforge contact or sequence). For example, a Make scenario could create a Google Sheet row whenever a Salesforge lead is emailed, or send a webhook to Salesforge from another app. Each scenario is fully customizable in the Make editor.
How To Use It
Using Webhooks:
- In Salesforge, go to Settings -> Integrations -> Webhooks and create a new webhook.
- Paste the Custom Webhook URL from a Make scenario as the target. Choose events (e.g. email_sent, reply, bounce).
- Salesforge will POST those payloads to Make when triggered.
- In Make, add a Custom Webhook trigger module.
- When Salesforge sends data, the webhook will receive it; map the fields and continue (This requires a Salesforge plan that supports webhooks).
Using REST API:
- In Salesforge, generate an API key (Settings -> API Keys).
- Use Make’s HTTP module (“Make a request”) to call Salesforge’s REST endpoints, e.g. POST leads or update contacts via the API.
- Include the API key per Salesforge’s auth (typically in an Authorization header).
- This lets Make retrieve or push data.
Using Zapier:
- Salesforge offers a Zapier integration (you get an API key under Settings -> Integrations -> Zapier).
- For example, create a Zap on a Salesforge trigger and send it to a Make webhook (or vice versa).
- Tools like n8n or Albato similarly support Salesforge and can bridge to Make.