Make.com Integration
EduCtrl CRM can be easily integrated with Make.com (formerly Integromat) to automatically sync leads from your favorite apps — such as Facebook Lead Ads, Google Forms, Typeform, or any other platform — directly into your EduCtrl CRM. This helps you automate lead capture and ensure all new inquiries are instantly available in your CRM.
Steps to Integrate Apps with EduCtrl using Make.com
- Log in to your Make.com account and click “Create a new scenario.”
- Select your source app (e.g., Facebook Lead Ads or Google Forms) — this will be the app that generates new leads.
- Click “+ Add another module”, search for “HTTP”, and select it.
- Choose “Make a Basic Auth request.”
- Under Credentials, create a new connection:
- Username:
apikey
- Password: your EduCtrl API Key (found in your
.env
file).
- Username:
- In the URL field, enter your EduCtrl portal URL followed by
/api/lead/create
- Example:
https://crm.mybusiness.com/api/lead/create
- Example:
- Set Method to
POST
. - Under Headers, add:
- Name:
apikey
- Value: your EduCtrl API Key.
- Name:
- Set Body Type to
Application/x-www-form-urlencoded
. - Under Fields, map the lead data from your source app:
first_name
→ Full Namemobile
→ Phone Numberemail
→ Email
(You can add more fields as needed; refer to the EduCtrl API documentation for available fields.)
- Click “Run Once” to test the setup.
Result
Once configured, Make.com will automatically send every new lead from your connected app to EduCtrl CRM — helping you centralize all your leads, eliminate manual entry, and ensure faster follow-ups.
