{
  "openruna_format": "flow-graph-v1",
  "title": "The Easiest Way to Send SMS Worldwide",
  "slug": "the-easiest-way-to-send-sms-worldwide",
  "source_filename": "1616_Manual_Stickynote_Send_Webhook.json",
  "nodes": [
    {
      "id": "When clicking ‘Test workflow’",
      "name": "When clicking ‘Test workflow’",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "Send SMS",
      "name": "Send SMS",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "Set SMS data",
      "name": "Set SMS data",
      "integration": "set",
      "kind": "logic"
    }
  ],
  "edges": [
    {
      "from": "Set SMS data",
      "to": "Send SMS"
    },
    {
      "from": "When clicking ‘Test workflow’",
      "to": "Set SMS data"
    }
  ]
}