{
  "workflow_name": "Moderate comments with AI and act on the verdict",
  "workflow_steps": {
    "steps": [
      {
        "id": "1",
        "position": {
          "x": 0,
          "y": 0
        },
        "data": {
          "label": "New Comment",
          "app": {
            "key": "wordpress",
            "fm_app": "wordpress"
          },
          "eventSlug": "new_comment",
          "eventTitle": "New Comment",
          "layoutDirection": "horizontal",
          "stepNumber": 1
        },
        "targetPosition": "bottom",
        "type": "trigger",
        "stepNumber": 1,
        "expanded": true,
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "application": "wordpress",
        "stepID": "1",
        "action": "new_comment",
        "nodeType": "step",
        "actionAppArgs": [],
        "captureResponse": {
          "comment_id": "90",
          "comment_author": "Reader",
          "comment_content": "Great post!",
          "post_title": "Automation 101"
        },
        "responses": [
          {
            "letter": "A",
            "time": "01/07/2026, 10:00:00",
            "response": {
              "comment_id": "90",
              "comment_author": "Reader",
              "comment_content": "Great post!",
              "post_title": "Automation 101"
            }
          }
        ],
        "activeResponseIndex": 0
      },
      {
        "id": "2",
        "position": {
          "x": 175,
          "y": 0
        },
        "type": "action",
        "data": {
          "label": "Moderate with AI",
          "layoutDirection": "horizontal",
          "stepNumber": 2,
          "app": {
            "key": "openai",
            "fm_app": "openai"
          },
          "eventSlug": "generate_content",
          "eventTitle": "Generate Content"
        },
        "parentType": "step",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "actionAppArgs": {
          "prompt": "Reply FLAG or OK — FLAG if spam or toxic: {wordpress1.comment_content}",
          "ai_model": "gpt-4o",
          "max_tokens": "5"
        },
        "application": "openai",
        "action": "generate_content",
        "nodeType": "step",
        "stepID": "2"
      },
      {
        "id": "3",
        "position": {
          "x": 350,
          "y": 0
        },
        "type": "action",
        "data": {
          "label": "Branch by FlowMattic",
          "app": {
            "key": "branch",
            "fm_app": "branch"
          },
          "eventSlug": "evaluate_condition",
          "eventTitle": "Branch",
          "customLabel": "Flagged by AI?",
          "layoutDirection": "horizontal",
          "stepNumber": 3
        },
        "parentType": "step",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "actionAppArgs": {
          "filterConditions": {
            "1": [
              {
                "id": "c1",
                "key": "{openai2.response}",
                "condition": "contain_text",
                "value": "FLAG"
              }
            ]
          }
        },
        "filterConditions": {
          "1": [
            {
              "id": "c1",
              "key": "{openai2.response}",
              "condition": "contain_text",
              "value": "FLAG"
            }
          ]
        },
        "application": "branch",
        "stepID": "3",
        "action": "evaluate_condition",
        "nodeType": "branch"
      },
      {
        "id": "3-branchRoute_yes",
        "position": {
          "x": 570,
          "y": -160
        },
        "type": "action",
        "data": {
          "label": "Yes",
          "branchType": "yes",
          "layoutDirection": "horizontal",
          "stepNumber": null,
          "app": []
        },
        "branchRoute": true,
        "branchType": "yes",
        "stepID": "3-branchRoute_yes",
        "nodeType": "branchRoute",
        "actionAppArgs": []
      },
      {
        "id": "4",
        "position": {
          "x": 770,
          "y": -160
        },
        "type": "action",
        "data": {
          "label": "Alert moderators",
          "layoutDirection": "horizontal",
          "stepNumber": 4,
          "app": {
            "key": "slack",
            "fm_app": "slack"
          },
          "eventSlug": "send_message_to_channel",
          "eventTitle": "Send Channel Message"
        },
        "parentType": "step",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "actionAppArgs": {
          "message_text": "🚩 Comment flagged on \"{wordpress1.post_title}\": {wordpress1.comment_content}"
        },
        "application": "slack",
        "action": "send_message_to_channel",
        "nodeType": "step",
        "stepID": "4"
      },
      {
        "id": "3_yes_placeholder",
        "position": {
          "x": 945,
          "y": -160
        },
        "type": "placeholder",
        "data": {
          "label": "+",
          "layoutDirection": "horizontal",
          "stepNumber": null,
          "app": []
        },
        "measured": {
          "width": 40,
          "height": 82
        },
        "stepID": "3_yes_placeholder",
        "nodeType": "placeholder",
        "actionAppArgs": []
      },
      {
        "id": "3-branchRoute_no",
        "position": {
          "x": 570,
          "y": 160
        },
        "type": "action",
        "data": {
          "label": "No",
          "branchType": "no",
          "layoutDirection": "horizontal",
          "stepNumber": null,
          "app": []
        },
        "branchRoute": true,
        "branchType": "no",
        "stepID": "3-branchRoute_no",
        "nodeType": "branchRoute",
        "actionAppArgs": []
      },
      {
        "id": "5",
        "position": {
          "x": 770,
          "y": 160
        },
        "type": "action",
        "data": {
          "label": "Send Email",
          "layoutDirection": "horizontal",
          "stepNumber": 5,
          "app": {
            "key": "email",
            "fm_app": "email"
          },
          "eventSlug": "send_email",
          "eventTitle": "Send Email"
        },
        "parentType": "step",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "actionAppArgs": {
          "to_email": "author@yourcompany.com",
          "email_subject": "New approved comment",
          "email_body": "On \"{wordpress1.post_title}\": {wordpress1.comment_content}"
        },
        "application": "email",
        "action": "send_email",
        "nodeType": "step",
        "stepID": "5"
      },
      {
        "id": "3_no_placeholder",
        "position": {
          "x": 945,
          "y": 160
        },
        "type": "placeholder",
        "data": {
          "label": "+",
          "layoutDirection": "horizontal",
          "stepNumber": null,
          "app": []
        },
        "measured": {
          "width": 40,
          "height": 82
        },
        "stepID": "3_no_placeholder",
        "nodeType": "placeholder",
        "actionAppArgs": []
      }
    ],
    "edges": [
      {
        "id": "e-1-2",
        "source": "1",
        "target": "2",
        "type": "step",
        "data": []
      },
      {
        "id": "e-2-3",
        "source": "2",
        "target": "3",
        "type": "step",
        "data": []
      },
      {
        "id": "e-3-3-branchRoute_yes",
        "source": "3",
        "target": "3-branchRoute_yes",
        "type": "branch",
        "data": []
      },
      {
        "id": "e-3-branchRoute_yes-4",
        "source": "3-branchRoute_yes",
        "target": "4",
        "type": "step",
        "data": []
      },
      {
        "id": "e-4-3_yes_placeholder",
        "source": "4",
        "target": "3_yes_placeholder",
        "type": "placeholder",
        "data": []
      },
      {
        "id": "e-3-3-branchRoute_no",
        "source": "3",
        "target": "3-branchRoute_no",
        "type": "branch",
        "data": []
      },
      {
        "id": "e-3-branchRoute_no-5",
        "source": "3-branchRoute_no",
        "target": "5",
        "type": "step",
        "data": []
      },
      {
        "id": "e-5-3_no_placeholder",
        "source": "5",
        "target": "3_no_placeholder",
        "type": "placeholder",
        "data": []
      }
    ]
  },
  "workflow_settings": {
    "name": "Moderate comments with AI and act on the verdict",
    "folder": "all",
    "description": "An AI step flags spam/toxicity, then a Branch alerts moderators for flagged comments and notifies the author for clean ones. Uses AI + a Branch.",
    "status": "off",
    "user_email": "",
    "webhook_queue": "disabled",
    "workflow_auth_key": "",
    "builder_version": "v2",
    "time": "",
    "ai_generated": "yes"
  }
}