0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

[Servicenow][Flow]Flow ActionからRest Messageを実行する(REST Step)

Last updated at Posted at 2023-07-20

Flow ActionからRest Messageを実行する

REST Messageの呼び出し方法が何種類かあるので実施したことを簡単にまとめておきます。

環境

  • Version:Tokyo

設定手順

Flow ActionからRest Messageを実行する(REST Step)設定手順の例です。
Rest Messageは以下を参考に事前に用意しておく必要があります。
https://qiita.com/tabuchi530/items/292fcd717cdd2c782887

  1. [flow designer]と検索し、flow designerを開きます。
    image.png
  2. [New]<[Action]をクリックします。image.png
  3. nameを入力し、submitします。image.png
  4. inputの下の[+]アイコンをクリックし、[REST]を選択します。image.png
  5. [Build Request]で「From REST Message」を選択します。
  6. [REST Message]で呼び出したいREST Messageを選択します。
  7. [REST Message Function]で呼び出すメソッドを選択します。
  8. [Import REST Message]ボタンをクリックします。image.png
  9. インポートした内容が他の項目に反映されます。image.png
  10. outputで戻り値を定義します。image.png
  11. [Save]して、[Publish]します。
  12. [Test]をクリックし、API実行に必要なパラメータがあれば入力し[Run Test]をクリックします。image.png
  13. [Your test has finished running. View the Action execution details.]をクリックし実行結果を確認します。

API実行できていることが確認できました。
image.png

作成したActionをFlowなどから呼び出すことができます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?