{
"blockOptions":{
"method":{
"name":"sendHttpRequest",
"args":{
"url":"url",
"credential":"credential",
"request":"request",
"contentType":"contentType",
"content":"content",
"headers":"headers",
"skipSecurity":"skipSecurity"
}
}
},
"blockType":"then",
"fields":[
{
"name":"url",
"type":"string",
"value": "https://ezlo.com/"
},
{
"name":"credential",
"type":"credential",
"value": {
"user":"admin",
"password":"admin"
}
},
{
"name":"request",
"type":"string",
"value": "POST"
},
{
"name":"contentType",
"type":"string",
"value": "text/plain"
},
{
"name":"content",
"type":"string",
"value": "Request check"
},
{
"name":"headers",
"type":"dictionary",
"value": {
"token":"SecurityToken13"
}
},
{
"name":"skipSecurity",
"type":"bool",
"value": false
}
],
"saveResult": {
"method": "setVariable",
"args": {
"name": "<existingVariableName>",
"valueType": "string"
}
}
}