Skip to content

Instantly share code, notes, and snippets.

@zubairov
Forked from drobiazko/flow.json
Created March 28, 2012 15:53
Show Gist options
  • Save zubairov/2227611 to your computer and use it in GitHub Desktop.
Save zubairov/2227611 to your computer and use it in GitHub Desktop.
Postmark Outbound
{
"nodes": [
{
"title": "Postmark Outbound",
"icon": "images/icons/postmark_64.png",
"top": 178,
"left": 142,
"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": 180,
"left": 472,
"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