Lodol Docs

Conditions by Lodol

API actions for the Conditions by Lodol integration.

Conditions by Lodol

Evaluate conditions to generate branching paths using Lodol's built-in Conditions provider.


Else condition

This action defines an alternative path if the previous condition was false.

Response

{
  "status": "success"
}

End if block

This action marks the end of an if block.

Response

{
  "status": "success"
}

If condition

This action evaluates a condition and executes the subsequent actions if the condition is true.

Parameters

ParameterTypeRequiredDescription
conditionstringYesA boolean expression that decides which branch runs. Must evaluate to true or false.

Response

{
  "status": "success"
}

On this page