Created
May 30, 2012 16:47
-
-
Save drobiazko/2837549 to your computer and use it in GitHub Desktop.
Wufoo to Salesforce
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": "Wufoo Entry", | |
"icon": "images/icons/wufoo_64.png", | |
"top": 114, | |
"left": 140, | |
"compID": "wufoo_hook", | |
"subdomain": "elasticio", | |
"formID": "q7x3s5", | |
"id": "step_124" | |
}, | |
{ | |
"title": "Map/Transform", | |
"icon": "images/icons/code_64.png", | |
"top": 116, | |
"left": 327, | |
"compID": "code", | |
"code": "next(null, { message : \"Hello world!\" });", | |
"id": "step_126" | |
}, | |
{ | |
"title": "Log", | |
"icon": "images/icons/log_64.png", | |
"top": 117, | |
"left": 495, | |
"compID": "log", | |
"level": "debug", | |
"id": "step_146" | |
}, | |
{ | |
"title": "Salesforce", | |
"icon": "images/icons/salesforce_64.png", | |
"top": 117, | |
"left": 678, | |
"compID": "salesforce", | |
"id": "step_153" | |
} | |
], | |
"connections": [ | |
{ | |
"from": "step_124", | |
"to": "step_126" | |
}, | |
{ | |
"from": "step_126", | |
"to": "step_146" | |
}, | |
{ | |
"from": "step_146", | |
"to": "step_153" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment