Skip to content
Workflows

Workflow Recipes - Facebook comments + Workflow AI

Create a workflow from this recipe to get an example of an AI-customized reply comment that also sends a DM only if the comment was positive. Trigger…

1 min read85 words1 explained imageUpdated Tue, 8 Apr, 2025 at 4:23 PM
View as markdownOpen in ClaudeOpen in ChatGPT
Each image has a one line explanation. Switch to full detail for the step it belongs to, the fields and buttons involved, examples and the whole procedure.

Create a workflow from this recipe to get an example of an AI-customized reply comment that also sends a DM only if the comment was positive.

  1. Trigger: fires on any first level comment in the post.
  2. Action: send the comment to OpenAI with a short prompt asking for a good response.
  3. Action: reply in comments with the AI response.
  4. Action: send the original comment to OpenAI for a sentiment analysis and split the workflow by positive or negative.
  5. Action: when positive, send an interactive DM.
Figure 1 What this shows Trigger: fires on any first level comment in the post. What this shows Illustrates "Workflow Recipes - Facebook comments + Workflow AI". This screenshot appears in "Workflow Recipes - Facebook comments + Workflow AI". The text alongside this image reads: Trigger: fires on any first level comment in the post. Action: send the comment to OpenAI with a short prompt asking for a good response. Action: reply in comments with the AI response. Action: send the original comment to OpenAI for a sentiment analysis and split the workflow by positive or…. Image 1 of 1 What this coversTrigger: fires on any first level comment in the post. Action: send the comment to OpenAI with a short prompt asking for a good response. Action: reply in comments with the AI response. Action: send the original comment to OpenAI for a sentiment analysis and split the workflow by positive or negative. Action: when positive, send an interactive DM.
All 5 steps in this procedure
  1. Trigger: fires on any first level comment in the post.
  2. Action: send the comment to OpenAI with a short prompt asking for a good response.
  3. Action: reply in comments with the AI response.
  4. Action: send the original comment to OpenAI for a sentiment analysis and split the workflow by positive or negative.
  5. Action: when positive, send an interactive DM.

Was this guide helpful?

Related guides