Use Make to connect CleverROI with hundreds of apps and automate lead scoring.
From your CleverROI dashboard, copy your API key and note the webhook URL: https://yourdomain.com/api/webhook.php.
Log in to Make, click Create a new scenario, and add a trigger module (e.g., Google Sheets, Webhook, etc.).
Add an HTTP → Make a request module. Configure it:
X-API-KEY with your API key{
"name": "{{trigger.name}}",
"email": "{{trigger.email}}",
"phone": "{{trigger.phone}}",
"message": "{{trigger.message}}",
"budget": "{{trigger.budget}}",
"source": "make"
}
Test with sample data. If successful, the lead will appear in your dashboard. You can then schedule the scenario to run automatically.