HTTP Trigger sends an http request to a specified url
$schema: https://specs.letsflow.io/v0.2.0/action/http/schema.json#
title: Step1
url: http://example.com
method: "POST"
headers:
Content-Type: "application/json"
data:
foo: bar
actor: system
{
"$schema": "https://specs.letsflow.io/v0.2.0/action/http/schema.json#",
"title": "Step1",
"url": "http://example.com",
"method": "POST",
"headers": {
"Content-Type": "application/json"
},
"data": {
"foo": "bar"
},
"actor": "system"
}