本文へスキップ

HTTP Request

完全に設定可能な HTTP リクエストを送信:クエリ、ヘッダー、認証、型付きボディ、リトライ、型付きレスポンスまたはファイルへのダウンロード。

API・HTTPHTTPRequest

概要

HTTP Request は、AutoFlowRPA の API・HTTP カテゴリに属するノーコードの自動化ステップです。 ワークフローが到達すると、1 つのステップで処理を実行します。 20 個のパラメータを設定して、動作を細かく制御できます。 ビジュアルビルダーでワークフローにドラッグできる 369 個のコマンドの 1 つで、スクリプトは不要です。

概要

完全に設定可能な HTTP リクエストを送信:クエリ、ヘッダー、認証、型付きボディ、リトライ、型付きレスポンスまたはファイルへのダウンロード。

Send a fully-configurable HTTP request: query, headers, auth, typed body, retries, typed response or download to file.

パラメータ

パラメータ必須既定値説明
URLstring
必須
: https://api.example.com/items
変数に対応
Methoddropdown
GET · POST · PUT · PATCH · DELETE · HEAD · OPTIONS
必須GET
Query params (optional)multiline
任意JSON object or 'key=value' / 'key: value' lines.
変数に対応
Headers (optional)multiline
任意JSON object or 'Key: Value' lines.
変数に対応
Authenticationdropdown
None · Bearer · Basic · API Key (header)
任意None
Auth value (optional)string
任意Bearer token, 'user:password' for Basic, or the API key.
変数に対応
API key header namestring
任意X-API-KeyHeader name when Authentication = API Key.
変数に対応
Body typedropdown
None · JSON · Form (urlencoded) · Raw · File
任意None
Body (optional)multiline
任意JSON / raw text, or 'key=value' lines for a form body.
: {"name": "Bob"}
変数に対応
Body from file (optional)file
任意When Body type = File, send this file's bytes.
変数に対応
Timeout (seconds)number
任意60
Follow redirectsdropdown
Yes · No
任意Yes
Ignore TLS cert errorsdropdown
No · Yes
任意No
Retries on failurenumber
任意0Retry network errors / 5xx this many times.
Response typedropdown
Auto · JSON · Text · Save to file
任意AutoAuto parses JSON when the server says so, else text.
Download to file (optional)file
任意Used when Response type = Save to file.
変数に対応
Fail on HTTP error (4xx/5xx)dropdown
No · Yes
任意No
Store response invariable
必須
: response
Store status code invariable
任意
: status
Store response headers invariable
任意
: respHeaders

HTTP Request コマンドの使い方

  1. 1

    AutoFlowRPAを開き、API・HTTPグループからHTTP Requestコマンドをキャンバスにドラッグします。

  2. 2

    サイドパネルでパラメータを設定します。HTTP Requestには設定可能な項目が20個あります。

  3. 3

    ワークフローに接続してRunを押します。すべて端末上でローカルに実行されます。

よくある質問

HTTP Request コマンドは何をしますか?

完全に設定可能な HTTP リクエストを送信:クエリ、ヘッダー、認証、型付きボディ、リトライ、型付きレスポンスまたはファイルへのダウンロード。

HTTP Request コマンドはどのグループに属しますか?

HTTP RequestはAPI・HTTPグループに含まれます。AutoFlowRPAはコード不要で組み合わせられる369個以上の標準コマンドを搭載しています。

HTTP Request コマンドにパラメータはありますか?

はい。HTTP Requestには設定可能な項目が20個あり、ビジュアルノードエディタで編集できます。

その他のAPI・HTTPコマンド

面倒な作業を自動化しませんか?

今すぐ30日間の無料トライアルを開始。カードも契約も不要です。