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…
Assistants need to reach this page over the internet. While it is only running on your machine, these two buttons will not be able to load it.
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: 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
- 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 negative.
- Action: when positive, send an interactive DM.
Was this guide helpful?