Skip to main content

Workflow Recipes - Facebook comments + Workflow AI

N
Written by Noah Abramowitz
Updated over 4 months ago

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.

Did this answer your question?