{
  "openruna_format": "flow-graph-v1",
  "title": "Post a message to a channel in RocketChat",
  "slug": "post-a-message-to-a-channel-in-rocketchat",
  "source_filename": "1189_Manual_Rocketchat_Send_Triggered.json",
  "nodes": [
    {
      "id": "On clicking 'execute'",
      "name": "On clicking 'execute'",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "Rocketchat",
      "name": "Rocketchat",
      "integration": "rocketchat",
      "kind": "action"
    }
  ],
  "edges": [
    {
      "from": "On clicking 'execute'",
      "to": "Rocketchat"
    }
  ]
}