Automate testimonials in Strapi with n8n — n8n ワークフロー
概要
This is the workflow powering the n8n demo shown at StrapiConf 2022.
The workflow searches matching Tweets every 30 minutes using the Interval node and listens to Form submissions using the Webhook node.
Sentiment analysis is handled by Google using the Google Cloud Natural Language node before the result is stored in Strapi using the Strapi node.
(These were originally two separate workflows that have been combined into one to simplify sharing.)
使用ノード
X (Formerly Twitter)StrapiGoogle Cloud Natural Language
ワークフロープレビュー
S
Simplify Result
Store in Strapi
E
Every 30 Minutes
I
Is Retweet or Old?
Search Tweets
⚡
W
Webhook
S
Simplify Webhook Result
Analyze Form Submission
Analyze Tweet
M
Merge Form Sentiment wit…
M
Merge Tweet Sentiment wi…
P
Positive Form Sentiment?
Store Form Submission in…
P
Positive Tweet Sentiment?
14 nodes14 edges
仕組み
- 1
トリガー
このワークフローは スケジュール トリガーで開始します、定義されたスケジュールで実行。
- 2
処理
データは 14 個のノードを流れます, connecting googlecloudnaturallanguage, if, interval。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (14)
X twitter
#1
X (Formerly Twitter)
ST#2
Strapi
strapi
GO#3
Google Cloud Natural Language
googleCloudNaturalLanguage
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
automate-testimonials-in-strapi-with-n8nファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "Automate testimonials in Strapi with n8n", "nodes": [...], ...}
インテグレーション
googlecloudnaturallanguageifintervalmergesetstrapitwitterwebhook
作成者
Tom
@mutedjam
タグ
googlecloudnaturallanguageifintervalmergesetstrapitwitterwebhook