The HTTP Request Logic element enables making HTTP requests to external APIs and services from within a form flow. It supports all standard HTTP methods (GET, POST, PUT, PATCH, DELETE) and provides flexible configuration for request parameters, headers, and body data.

Key features:

  • Full support for HTTP methods (GET, POST, PUT, etc)
  • Query parameter configuration
  • Custom header management
  • JSON request body support
  • Variable assignment from response data
  • Client-side or server-side execution
  • Test request functionality with variable simulation

This element is particularly useful for:

  • Integrating external APIs into form workflows
  • Validating data against backend services
  • Retrieving dynamic data during form completion
  • Submitting collected form data to external systems
  • Triggering webhooks and notifications

The request logic element provides granular control over HTTP requests while maintaining seamless integration with other form elements and variables. Response data can be stored in variables and used throughout the form flow.