Skip to content

Instantly share code, notes, and snippets.

@zubairov
Forked from drobiazko/flow.json
Created April 22, 2012 09:22
Show Gist options
  • Save zubairov/2462926 to your computer and use it in GitHub Desktop.
Save zubairov/2462926 to your computer and use it in GitHub Desktop.
Postmark to Dropbox
{
"nodes": [
{
"title": "Postmark Inbound",
"icon": "images/icons/postmark_64.png",
"top": 95,
"left": 81,
"compID": "postmark_receive",
"id": "step_160"
},
{
"title": "Log",
"icon": "images/icons/log_64.png",
"top": 95,
"left": 305,
"compID": "log",
"level": "debug",
"id": "step_162"
},
{
"title": "Code",
"icon": "images/icons/code_64.png",
"top": 95,
"left": 544,
"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": 94,
"left": 768,
"compID": "dropbox",
"path": "elastic_shared/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