HTTP API Requests & Webhooks
Integrate with external backends, CRMs, and store inventory. Execute API calls with dynamic variables.
Overview
The HTTP request node is built for real-time integrations. Trigger GET, POST, or PUT calls with custom headers and bodies, binding session variables like `{{order_id}}` to dynamically sync sales.
Use Cases
Verifying shipping tracking statuses from DHL or Aramex endpoints.
Pushing order details to Shopify, HubSpot, or Salesforce CRM.
Checking active product stock levels in external ERP systems.
Key Benefits
Supports dynamic variables binding in URL, headers, and request body.
Interactive test tool within the visual canvas to verify JSON responses.
Handles JSON responses and automatically maps keys to flow variables.
Feature FAQ
Can I set custom authentication headers?
Yes. You can add static or dynamic headers like Bearer tokens or API keys to secure your request.