task | responsible entity | status |
---|---|---|
Clarify requirements for syncing Customer Group Prices | SchoolLocker | |
Providing NAV test instance as described below | SchoolLocker | |
Provide Magento test instance as described below | SchoolLocker | |
Asserting the results | Elastic |
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
{ | |
"name" : "WebHook to Mailchimp", | |
"nodes" : [ | |
{ | |
"action" : "elasticio/webhook:receive", | |
"config": { | |
"payload": "email,first,last" | |
} | |
}, | |
{ |
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
{ | |
"type":"object", | |
"$schema": "http://json-schema.org/draft-03/schema", | |
"id": "http://jsonschema.net", | |
"required":false, | |
"properties":{ | |
"event": { | |
"enum": [ | |
"product.created", | |
"product.updated", |
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": 148, | |
"left": 527, | |
"compID": "wufoo_hook", | |
"subdomain": "elasticio", | |
"formID": "q7x3s5", |
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": "Code", | |
"icon": "images/icons/code_64.png", | |
"top": 109, | |
"left": 247, | |
"compID": "code", | |
"code": "next(null, { message : \"Hello world!\" });", | |
"id": "step_132" |
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": 43, | |
"left": 140, | |
"compID": "wufoo_hook", | |
"subdomain": "elasticio", | |
"formID": "q7x3s5", |
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": 44, | |
"left": 140, | |
"compID": "wufoo_hook", | |
"subdomain": "elasticio", | |
"formID": "q7x3s5", |
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": 43, | |
"left": 140, | |
"compID": "wufoo_hook", | |
"subdomain": "elasticio", | |
"formID": "q7x3s5", |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"/> | |
<style type="text/css"> | |
html { | |
height: 100% | |
} | |
body { |
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": "HTTP Request", | |
"icon": "images/icons/http_64.png", | |
"top": 129, | |
"left": 119, | |
"compID": "http", | |
"uri": "/leads", | |
"method": "get", |
NewerOlder