-
-
Save zubairov/2394396 to your computer and use it in GitHub Desktop.
Postmark to Dropbox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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