Lodol Docs

Decisions

API actions for the Decisions integration.

Decisions

Choose which steps run.


Otherwise

Run these steps when the matching “If” condition is not true.

Response

{
  "status": "success"
}

End if

End the matching “If” section.

Response

{
  "status": "success"
}

If

Choose steps to run only when something is true. For example, continue only if an order is over $100 or an email came from a specific person.

Parameters

ParameterTypeRequiredDescription
conditionstringYes

Response

{
  "status": "success"
}

On this page