Skip to content

Instantly share code, notes, and snippets.

@zubairov
Forked from drobiazko/flow.json
Created March 28, 2012 14:35
Show Gist options
  • Save zubairov/2226688 to your computer and use it in GitHub Desktop.
Save zubairov/2226688 to your computer and use it in GitHub Desktop.
Wufoo to Dropbox
{
"nodes": [
{
"title": "Wufoo Entry",
"icon": "images/icons/wufoo_64.png",
"top": 145,
"left": 252,
"compID": "wufoo_hook",
"subdomain": "elasticio",
"formID": "q7x3s5",
"id": "step_95"
},
{
"title": "Code",
"icon": "images/icons/code_64.png",
"top": 147,
"left": 476,
"compID": "code",
"code": "var result = {\n filename : 'wufoo_' + data.EntryId,\n text : JSON.stringify(data)\n};\nnext(null, result);",
"id": "step_97"
},
{
"title": "Dropbox",
"icon": "images/icons/dropbox_64.png",
"top": 147,
"left": 717,
"compID": "dropbox",
"path": "wufoo",
"id": "step_104"
}
],
"connections": [
{
"from": "step_95",
"to": "step_97"
},
{
"from": "step_97",
"to": "step_104"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment