Integrations
Connect Mindlyr to your existing stack: n8n, Make, and more.
n8n.io
n8n is our most popular integration. Automation agencies use Mindlyr to keep complex logic out of n8n workflows, making them easier to maintain.
Option A: Magic Webhook (Recommended)
The easiest way to call Mindlyr from n8n. No nesting required.
- Method: POST
- URL:
https://api.mindlyr.com/api/v1/execute/your-rule-alias - Authentication: Header Auth:
x-api-key - Body: Send your raw JSON data directly (it becomes the
context).
Option B: Standard Execution
Use this if you need to pass additional options (like environment).
- URL:
https://api.mindlyr.com/api/v1/execute - Body: JSON with
rule_aliasandcontextobjects.
Mindlyr Community Node
We are currently developing an official community node for faster integration. Ask our support team for early access.
Request Early AccessMake.com
Integrate Mindlyr into your Make (formerly Integromat) scenarios using the HTTP "Make a request" module.
Setup Checklist in Make:
- 1HTTP Module: Add the "HTTP > Make a request" module to your scenario.
- 2URL: Set to https://api.mindlyr.com/api/v1/execute/your-rule-alias
- 3Method: Select POST
- 4Headers: Add "x-api-key" with your production key.
- 5Body Type: Select Raw, Content type: JSON.
- 6Raw Content: Map your Make variables directly to a JSON object.
Webhook Delivery
Mindlyr can push results directly to a webhook URL in your n8n/Make workflow, allowing for asynchronous execution and better error handling.
Coming Soon: Async Execution
The ability to specify a webhook_url in the execution request is currently in beta. Reach out if you'd like to test it.
