ECA Helper: Http Request¶
Available since: unknown
Add Http request for ECA
Fields¶
Method
URL
Data
Data Serialization
Query Parameters
-
YAML format, for example mykey: myvalue. When using tokens and YAML altogether, make sure that tokens are wrapped as a string. Example: title: "[node:title]"
Headers
-
Headers with YAML format.
Cookies
-
Cookies with YAML format.
Options
-
The Guzzle request options with YAML format. Reference: https://docs.guzzlephp.org/en/stable/request-options.html
Name of response token
-
The response value will be loaded into this specified token. You can access [token_name:body], [token_name:headers], [token_name:status] Please provide the token name only, without brackets.