Make logo

Make

Free tier

Visual no-code automation platform — connect apps and automate workflows with a drag-and-drop builder.

Free tier available·All audiences·API available

Key strengths

visual builder1500+ integrationsAI modulewebhooks
Free tier + paid plans · from $9 USD/mo
Prague, CZ
Founded 2012
No ratings yet

Make API

Create and trigger scenarios via API:

# Run a scenario
curl -X POST "https://eu1.make.com/api/v2/scenarios/{scenarioId}/run" \
  -H "Authorization: Token $MAKE_API_KEY"

Custom Modules

For any REST API not natively supported, use the HTTP module. Define:

  • URL (with dynamic variables from previous modules)
  • Auth headers
  • Request/response mapping

The JSONata expression language handles complex data transformations.