+91 98765 43210 growth@cleverroi.com
Login

Make (Integromat) Integration

Use Make to connect CleverROI with hundreds of apps and automate lead scoring.

Step‑by‑Step

1

Get your API key and endpoint

From your CleverROI dashboard, copy your API key and note the webhook URL: https://yourdomain.com/api/webhook.php.

2

Create a new scenario in Make

Log in to Make, click Create a new scenario, and add a trigger module (e.g., Google Sheets, Webhook, etc.).

3

Add an HTTP module

Add an HTTP → Make a request module. Configure it:

  • URL: Your webhook URL
  • Method: POST
  • Headers: Add X-API-KEY with your API key
  • Body type: JSON
  • Content type: JSON
  • Request content: Map trigger fields to JSON
{
  "name": "{{trigger.name}}",
  "email": "{{trigger.email}}",
  "phone": "{{trigger.phone}}",
  "message": "{{trigger.message}}",
  "budget": "{{trigger.budget}}",
  "source": "make"
}
4

Run the scenario

Test with sample data. If successful, the lead will appear in your dashboard. You can then schedule the scenario to run automatically.