Just drag the web component to your components and set the url property in your blocks to the api link…Then add the get method after…To get the data you got from the api use when web1 got text…The data will be retrieved in the response content variable…
explain better??
You have a url which is your api url…Add the url in the url property in the blocks like this:
Then you use the get block to get the the response from the api…
And when the api returns the response this event is triggered if the response is a text:
And if the response is a file this event will be triggered:
Sample use :
If it helped mark my answer as solution
I don’t want to get it from the api link, I want to send it to the api link
Then use the post block instead:
Docs:
https://docs.kodular.io/components/connectivity/web/
And you need to put the api link in the url as I poste before
If you want to post text use this block:
If you want to post a file use this block:
Example use:
See here for a good example use by taifun (see the post block) :
https://puravidaapps.com/spreadsheet.php
I can’t post anything on the API link
tried in several ways
You can see the api docs or send us the link of the webpage of the api
So,Do you want to add a value or get the values?
add a value
name ,nickname and phone
Then use the post block
Can you send me the documentation of the api…As you sent me the json that the api returns…
You got it?
Try using this:
instead of text blocks can I insert text box blocks ??
Yes you can
tank u man
You are welcome But please test it as i’m not sure it works
did not work!!