Help/Chatbot

Chatbot - HTTP request

The HTTP request block integrates the chatbot with external APIs and services. Intended for users with programming knowledge.

Available methods: GET, POST, PUT, DELETE.

Configurable fields:

  • Parameters — parameters sent in the request.
  • Headers — request headers (authentication, content type, etc.).
  • Body — request body, used with POST and PUT methods.
  • Success codes — HTTP codes the block treats as a successful response.

Use dynamic variables to capture and pass response data through the flow (e.g. @http.body).