Overview
New Feature
No-Code API Creation with HTTP Request & Response Nodes
Boltic now lets you build real-time, fully functional APIs using visual workflows — no backend coding required. With the powerful combination of HTTP Request and Response nodes, anyone can create custom APIs and webhook-based automations directly within Boltic.
HTTP Request Node – Start Your Workflow via HTTP
- Triggers workflow execution on receiving an HTTP request.
- Supports multiple HTTP methods: GET, POST, PUT, DELETE, etc.
- Captures path parameters, query strings, headers, and request body.
- Enables synchronous execution — waits for the workflow to complete before sending a response.
- Perfect for API endpoints, webhook handlers, and third-party integrations.
Response Node – Send a Custom Response
- Allows customizing the HTTP response sent after the workflow completes
- Supports setting status codes like 200 OK, 400 Bad Request, 500 Server Error
- Enables adding custom headers such as Content-Type, Authorization, and others
- Supports returning responses in multiple formats including JSON, HTML, Text, XML, YAML, CSV, PDF, Image, Binary, and more
- Provides full control over how the API communicates with the caller
This feature empowers both developers and non-technical users to build, test, and deploy logic-driven APIs visually — making it easier than ever to automate workflows, power integrations, or expose custom services in a secure and structured way.
