API Integration Setup with FieldMagic & Make.com
⚙️ Step 1: Access FieldMagic Settings
- Log in to your FieldMagic account
- Go to Settings
- Click on API Keys
🔑 Step 2: Create a New API Key
- Click Create New API Key
- Name it (e.g.,
make demo
) - Copy your Key, Secret, and Client ID
🧩 Step 3: Set Up a Scenario in Make.com
- Log in to your Make.com account
- Create a new Scenario
🌐 Step 4: Create a Webhook for Data Capture
- Add a Webhook module to your scenario
- Set it to capture incoming data (e.g., New Lead)
🛠 Step 5: Install the FieldMagic Connector
- Use the provided connector URL - https://www.make.com/en/hq/app-invitation/a043f3a204f1cadeb5792bf26b2fb181
- Select your organization
- Click Install
➕ Step 6: Add the FieldMagic Module
- Add FieldMagic to your Make.com scenario
- Choose to Create or Upsert a record
🔗 Step 7: Connect to FieldMagic
- Enter your Key, Secret, and Client ID
- Select Production environment
🧭 Step 8: Map Data Fields
- Match incoming fields to FieldMagic fields
(e.g., Name, Email, Notes)
🧪 Step 9: Capture Webhook Payload
- Copy the webhook URL from Make.com
- Use Postman to send a test payload
✅ Step 10: Test the Webhook
- Trigger the webhook to confirm it captures data correctly
- Ensure a new record is created in FieldMagic
📩 Step 11: Create a Workflow for Notifications
- In FieldMagic, create a workflow triggered by New Lead
- Set conditions (e.g., status = new)
- Add actions (e.g., send an email)