HTTP Request
Node được dùng để thực hiện một yêu cầu HTTP
/Authorization:Bearer hfkasf2938safjkb,bfclsaidfcf,jsacbliwgsbdcjsacsdakhfasjbasdfhfakjsfdbcasdfgasfbasdfhbfcbashdagdkbsajfhgdsb.Viết biểu thức bên trong Nội dung
{
"longText": {{!$stringify([variables.src])}}
}{
"profile": {{$stringify[variables.userProfile]}}, // { name: 'John Doe', email: 'john@example.com' }
"stats": {{$stringify[variables.stats]}} // stats:["10", "200", "87", "21"]
}Phản Hồi
{
"status": 200,
"data": {
"name": "Prices",
"values": [
{ "id": 1, "value": 4000 },
{ "id": 2, "value": 24000 }
]
}
}Last updated