WP Remote Request

Performs an external REST API request (over HTTP) and stores the result in a variable.

Parameters

Usage

The result of the REST request will be available in the variable specified by Result variable name.
Use Query Parameters for URL parameters and Body Parameters for request body data. The body is automatically encoded (e.g., to JSON if Content Type is set to application/json).

Example: To get data from an external API, use HTTP Method: 'GET' and Full URL: 'https://api.example.com/v1/posts'.