{
  "workflow_name": "When a new conversation is created in ThriveDesk, check if the email is valid with Tomba, and add new member to list in Mailchimp",
  "workflow_steps": {
    "steps": [
      {
        "id": "1",
        "position": {
          "x": 0,
          "y": 0
        },
        "data": {
          "label": "New Conversation Created",
          "app": {
            "key": "thrivedesk",
            "fm_app": "thrivedesk"
          },
          "eventSlug": "conversation.created",
          "eventTitle": "New Conversation Created",
          "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": "thrivedesk",
        "stepID": "1",
        "action": "conversation.created",
        "nodeType": "step",
        "actionAppArgs": []
      },
      {
        "id": "2",
        "position": {
          "x": 175,
          "y": 0
        },
        "type": "action",
        "data": {
          "label": "Verify Email",
          "layoutDirection": "horizontal",
          "stepNumber": 2,
          "app": {
            "key": "tomba",
            "fm_app": "tomba"
          },
          "eventSlug": "email_verifier",
          "eventTitle": "Verify Email"
        },
        "parentType": "step",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "actionAppArgs": [],
        "application": "tomba",
        "action": "email_verifier",
        "nodeType": "step",
        "stepID": "2"
      },
      {
        "id": "3",
        "position": {
          "x": 350,
          "y": 0
        },
        "type": "action",
        "data": {
          "label": "Add New Member",
          "layoutDirection": "horizontal",
          "stepNumber": 3,
          "app": {
            "key": "mailchimp",
            "fm_app": "mailchimp"
          },
          "eventSlug": "new_member",
          "eventTitle": "Add New Member"
        },
        "parentType": "step",
        "style": {
          "transition": "all 150ms ease-in-out"
        },
        "measured": {
          "width": 82,
          "height": 82
        },
        "actionAppArgs": [],
        "application": "mailchimp",
        "action": "new_member",
        "nodeType": "step",
        "stepID": "3"
      },
      {
        "id": "main_end_placeholder",
        "position": {
          "x": 525,
          "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-3",
        "source": "2",
        "target": "3",
        "type": "step",
        "data": []
      },
      {
        "id": "e-3-main_end_placeholder",
        "source": "3",
        "target": "main_end_placeholder",
        "type": "placeholder",
        "data": []
      }
    ]
  },
  "workflow_settings": {
    "name": "When a new conversation is created in ThriveDesk, check if the email is valid with Tomba, and add new member to list in Mailchimp",
    "folder": "all",
    "description": "The moment a new ThriveDesk conversation lands, FlowMattic verifies the sender's email with Tomba and adds them as a member to your Mailchimp list, so every genuine support contact turns into a clean marketing lead automatically.",
    "status": "off",
    "user_email": "",
    "webhook_queue": "disabled",
    "workflow_auth_key": "",
    "builder_version": "v2",
    "time": "",
    "ai_generated": "yes"
  }
}