Toggle theme
HTTP Function
HTTP Function β
The HTTP Function tile is designed to connect to external APIs and perform HTTP requests directly within your Tila scenario. It allows you to integrate third-party services, send and receive data, and use the results in subsequent steps.
What does it do? β
Lets you make HTTP requests to external services directly from Tila. Use it to integrate with any public API β retrieving, sending, updating, or deleting data in real time.
When to use? β
Use this tile when you need to:
- connect an external service or database via API,
- automatically receive and process responses from third-party systems,
- integrate additional data or functionality into your scenarios (for example, weather, CRM, notifications).
Main tile elements β
API Name β
A unique name for the connection. Use Latin letters without spaces.
HTTP API URL β
The full URL to which the request will be sent. localhost
is not supportedβa public address is required.
Method β
Choose the HTTP method:
GET
β to retrieve dataPOST
β to send dataPUT
β to update dataDELETE
β to delete data
API Description β
Briefly describe what this API does. Examples:
- Get the weather forecast by coordinates
- Send an order to CRM
How to use β
- Add the HTTP Function tile to your project.
- Fill in the fields: name, URL, method, and description.
- Click Apply.
- Use the API response in following tiles (e.g., for text generation, building diagrams, etc.).
Additional Info β
If youβre unsure how to set up the tileβjust paste the API documentation and describe your request. The assistant will help you:
- Select the correct URL and method
- Construct the request body
- Explain how to interpret the response