1
1

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 5 years have passed since last update.

【DataSpider】HTTPトリガーに引数を渡す

Posted at

前書

ヘルプを見ても見つからなかった
勘でやったら動いた

やり方

  • スクリプト引数/値を空欄にする
  • クエリ文字列のキーをスクリプト引数/変数名と一致させ、渡したい値を指定する

要するに、深く考えず以下のようにしてしまってOK
http://(中略)/hogetrigger?arg1=value

要調査事項

  • レスポンスの受け取り方
  • POSTで引数を渡したい場合

後書

${trigger.arguments["引数名"]}みたいな指定方法だと思ってめっちゃ探した(´・ω・`)

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?