ワークフロー公開プレビュー
ダッシュボードでノーコードでワークフローを自動化する方法を学びます。
Stripe Workflows は、Stripe ダッシュボードにビジュアルビルダーを搭載し、コードを記述せずにタスクの自動化やカスタムフローの作成ができるワークフロープロダクトです。Workflows は複数ステップのプロセスに最適で、複数の Stripe プロダクトに適用できるため、より効率的なプロセスを構築し、ビジネスルールを適用し、手作業を減らすことができます。

ダッシュボードの Workflows ビジュアルビルダー
各ワークフローはトリガーから始まり、一連のステップを続けて次に何が起こるかを定義します。条件付きロジックを使用して、さまざまなパスを作成したり、アクションを順番に実行するように順序付けしたり、データに基づいて意思決定を自動化したりできます。これにより、さまざまなシナリオに適応し、タスクを動的に処理するワークフローを構築できます。ワークフローの詳細については、ワークフローを参照してください。
始める
Stripe アカウントをお持ちでない場合は、今すぐ登録してください。
機能
Create workflows: Create workflows to automate tasks triggered by specific API events. Each event initiates a workflow run, and workflows can have multiple runs over time. Review past runs to see when they’re triggered and how they performed.
Rerun workflows: Rerun a workflow again using the original event that triggered it. This is useful when addressing failed workflow runs.
Use conditional logic: Automate decisions based on set conditions (if x, then y). You can create a simple branch with an “if-else” structure, or a more complex branch with multiple paths where each branch handles different conditions.
Apply trigger conditions: Run a workflow only when specific criteria are met, such as run only if a specific field on a customer object changes. This helps prevent unnecessary runs, ensuring workflows run only when applicable conditions apply.
Test with Sandboxes: Safely test your workflows in Sandboxes before going live. Sandboxes provide a secure, isolated environment that allows you to safely develop and test your workflows.
Evaluate with Workbench: When inspecting a workflow run in the Dashboard, you can click a specific step, such as an action, to view more information or choose to inspect it in Workbench.
For more information, see Additional built-in features