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_alias and context objects.

Mindlyr Community Node

We are currently developing an official community node for faster integration. Ask our support team for early access.

Request Early Access

Make.com

Integrate Mindlyr into your Make (formerly Integromat) scenarios using the HTTP "Make a request" module.

Setup Checklist in Make:

  • 1
    HTTP Module: Add the "HTTP > Make a request" module to your scenario.
  • 2
    URL: Set to https://api.mindlyr.com/api/v1/execute/your-rule-alias
  • 3
    Method: Select POST
  • 4
    Headers: Add "x-api-key" with your production key.
  • 5
    Body Type: Select Raw, Content type: JSON.
  • 6
    Raw 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.