Created
April 1, 2012 14:55
-
-
Save drobiazko/2275885 to your computer and use it in GitHub Desktop.
Postmark Inbound
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": 112, | |
"left": 205, | |
"compID": "postmark_receive", | |
"id": "step_112" | |
}, | |
{ | |
"title": "Log", | |
"icon": "images/icons/log_64.png", | |
"top": 113, | |
"left": 435, | |
"compID": "log", | |
"level": "debug", | |
"id": "step_114" | |
} | |
], | |
"connections": [ | |
{ | |
"from": "step_112", | |
"to": "step_114" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment