Skip to main content
Lection Logolection
Blog/Integration Guide

Make (Integromat)

Lection Team5 min read

Kick off a Make scenario via Custom Webhook and map Lection rows to any module.

Setup Steps

  1. In Make, add a Webhooks module → “Custom webhook” → copy the generated URL.
  2. In Lection, set delivery channel to "Make" and paste the URL.
  3. Run a test scrape; click “Redetermine data structure” in Make to sample the payload.
  4. Add modules to iterate dataset.records and push to your target (e.g., Google Sheets, Airtable, DB).
  5. Publish the scenario; Make will receive every completed scheduled scrape.

Mapping Tips

  • Use an Iterator module on dataset.records to loop each row.
  • dataset.columns gives header order; dataset.records[*] keys match those column names.
  • Use download.url for a signed export link if you need to hand off files.

Payload Highlights

  • POST JSON with event scheduled_scrape.completed and version 1.
  • Headers: Content-Type: application/json.
  • dataset.records is an array of objects; dataset.rowCount is the total rows.

Test Checklist

  • Set webhook URL and optional secret in Lection.
  • Run a scheduled scrape to capture sample data.
  • Confirm dataset.records and download.url arrive in your tool.
  • Publish/activate the workflow so production runs stay wired.

Ready to supercharge your research?

Join thousands of researchers using Lection to capture and organize the web. It's free to get started.

Learn More