This action is used to send an HTTP (s) request to an external system. Variation of send_me uses the same features only additionally sends chat_id and channel

An example of a complete block configuration:

{
  "url": "<https://enpqsrtqcpoum00.m.pipedream.net?param1={{param1}>}",
  "method": "POST",
  "data": {
    "data_source": "Kwizbot",
    "client_id": "{{client_id_param}}"
  },
  "headers":{
    "X-Path":"MyWayIsHighway"
  },
	"response_mapping": {
		"param":"responseParam"
    "list_obj": {
      "text": "{{ccy}}/{{base_ccy}}",
      "value": "{{buy}}"
    }
  },
	"save_mapped_list_obj": "currency_mapped_obj",
	"save_responce": "currency_arr"
}

In the configuration of this action, it is written:

Possible event branching options:

More about the practical aspects of using this action: Data transfer from Kwizbot via send_request и Getting API data using send_request