Skip to content

Instantly share code, notes, and snippets.

@drobiazko
Created March 28, 2012 08:02
Show Gist options
  • Save drobiazko/2224607 to your computer and use it in GitHub Desktop.
Save drobiazko/2224607 to your computer and use it in GitHub Desktop.
Postmark Outbound
{
"nodes": [
{
"title": "Postmark Outbound",
"icon": "images/icons/postmark_64.png",
"top": 187,
"left": 434,
"compID": "postmark_send",
"from": "no-reply@elastic.io",
"id": "step_112",
"to": "igor.drobiazko@elastic.io",
"subject": "Test postmark",
"textBody": "Bla bla"
},
{
"title": "Log",
"icon": "images/icons/log_64.png",
"top": 189,
"left": 747,
"compID": "log",
"level": "debug",
"id": "step_142"
}
],
"connections": [
{
"from": "step_112",
"to": "step_142"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment