Rules

A rule is a set of conditions that will trigger automatic actions when they are met. Since the set of conditions and actions associated with a rule can be quite complicated, the API exposes a human-readable version of those.

Example Rule Object

{
  "_links": {
    "self": "https://api2.frontapp.com/rules/rul_55c8c149",
    "related": {
      "owner": "https://api2.frontapp.com/teams/tim_55c8c149"
    }
  },
  "id": "rul_55c8c149",
  "name": "Important deliveries",
  "actions": [
    "Assign to Leela Turanga"
  ],
  "is_private": false
}