Rule Engine Integrations
For Easier Life

Explore our integration options to connect with your favorite tools.

integrations hero image

Platform Integrations

DecisionRules at Your Fingertips

Use business rule engine right in your automation platform or system integrator.

n8n

At DecisionRules, we are in favor of learning by doing. You can start today, without any commitment.

Read more

Azure

Our Academy features free tutorials and videos that will quickly get you on track.

Read more

Power Automate

The best way to learn is from examples. Our samples are the best way to see how it works.

Read more

Jira

Our Docs are detailed and well maintained. We strive to help you find what you need.

Read more

see it in action

Want to see AI Assistant in action?

Find out how smart it really is and how it can help you with your business rules.

Try for free
Bracey Parr

Bracey Parr

DecisionRules Expert

Book a demo

Embedding & Iframe

Embed DecisionRules in Your Application

DecisionRules can be embedded to customer applications for smooth user experience. We offer embedding into Salesforce, where the users can configure sales-related business rules right in the tool.

Salesforce

System INTEGRATIONS

Integrate Seamlessly with Any System

DecisionRules will fit your technological stack.

Init example:

const DecisionRules = require("@decisionrules/decisionrules").default;

const opt = {
  solverKey: "solver_key_string",
  host: "https://api.decisionrules.io",
};

const dr = new DecisionRules(opt);
const result = await dr.solve(
  "rule-alias",
  { "input": "Hi Solver" },
  "version"
);

Featured review

“We were surprised how simple and smooth the rule engine adoption was. We deployed DecisionRules to our K8s cluster in 20 minutes and completed the integration the next day. It has set the bar for other 3rd party solutions looking to integrate with us.”

Pablo Rodriguez

Head of Engineering @ Zen Industries

Integrations

Integrate internal databases, third-party data sources and other services.

PostgreSQL PostgreSQL
Snowflake Snowflake
MySQL MySQL
Oracle DB Oracle DB
MS SQL MS SQL
Rest API Rest API