{
  "workflow_name": "Invite User to Slack Channel When a New Alert Triggers in Tradingview",
  "workflow_steps": {
    "steps": [
      {
        "id": "1",
        "position": {
          "x": 0,
          "y": 0
        },
        "data": {
          "label": "New Alert",
          "app": {
            "key": "tradingview",
            "fm_app": "tradingview"
          },
          "eventSlug": "new_alert",
          "eventTitle": "New Alert",
          "layoutDirection": "horizontal",
          "stepNumber": 1
        },
        "targetPosition": "bottom",
        "type": "trigger",
        "stepNumber": 1,
        "expanded": true,
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "application": "tradingview",
        "stepID": "1",
        "action": "new_alert",
        "nodeType": "step",
        "actionAppArgs": []
      },
      {
        "id": "2",
        "position": {
          "x": 175,
          "y": 0
        },
        "type": "action",
        "data": {
          "label": "Invite User To Channel",
          "layoutDirection": "horizontal",
          "stepNumber": 2,
          "app": {
            "key": "slack",
            "fm_app": "slack"
          },
          "eventSlug": "invite_user_to_channel",
          "eventTitle": "Invite User To Channel"
        },
        "parentType": "step",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "actionAppArgs": [],
        "application": "slack",
        "action": "invite_user_to_channel",
        "nodeType": "step",
        "stepID": "2"
      },
      {
        "id": "main_end_placeholder",
        "position": {
          "x": 350,
          "y": 0
        },
        "type": "placeholder",
        "data": {
          "label": "+",
          "layoutDirection": "horizontal",
          "stepNumber": null,
          "app": []
        },
        "measured": {
          "width": 40,
          "height": 82
        },
        "stepID": "main_end_placeholder",
        "nodeType": "placeholder",
        "actionAppArgs": []
      }
    ],
    "edges": [
      {
        "id": "e-1-2",
        "source": "1",
        "target": "2",
        "type": "step",
        "data": []
      },
      {
        "id": "e-2-main_end_placeholder",
        "source": "2",
        "target": "main_end_placeholder",
        "type": "placeholder",
        "data": []
      }
    ]
  },
  "workflow_settings": {
    "name": "Invite User to Slack Channel When a New Alert Triggers in Tradingview",
    "folder": "all",
    "description": "This automation workflow enables an automatic invitation to a specific Slack channel whenever a new alert is triggered in Tradingview. This implies that when an alert about key market events or price movements in Tradingview is generated, all necessary team members on Slack are instantly informed, ensuring they are always up-to-date with crucial trading information",
    "status": "off",
    "user_email": "",
    "webhook_queue": "disabled",
    "workflow_auth_key": "",
    "builder_version": "v2",
    "time": "",
    "ai_generated": "yes"
  }
}