Skip to content

Instantly share code, notes, and snippets.

@zubairov
Forked from drobiazko/flow.json
Created April 15, 2012 19:19
Show Gist options
  • Save zubairov/2394396 to your computer and use it in GitHub Desktop.
Save zubairov/2394396 to your computer and use it in GitHub Desktop.
Postmark to Dropbox
{
"nodes": [
{
"title": "Postmark Inbound",
"icon": "images/icons/postmark_64.png",
"top": 133,
"left": 151,
"compID": "postmark_receive",
"id": "step_160"
},
{
"title": "Log",
"icon": "images/icons/log_64.png",
"top": 134,
"left": 362,
"compID": "log",
"level": "debug",
"id": "step_162"
},
{
"title": "Code",
"icon": "images/icons/code_64.png",
"top": 135,
"left": 537,
"compID": "code",
"code": "var attachments = data.Attachments;\n\nfor(var index in attachments){\n next(null, attachments[index]);\n}",
"id": "step_170"
},
{
"title": "Dropbox",
"icon": "images/icons/dropbox_64.png",
"top": 134,
"left": 765,
"compID": "dropbox",
"path": "tweets/drobiazko",
"id": "step_182"
}
],
"connections": [
{
"from": "step_160",
"to": "step_162"
},
{
"from": "step_162",
"to": "step_170"
},
{
"from": "step_170",
"to": "step_182"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment