Skip to content

Instantly share code, notes, and snippets.

View zubairov's full-sized avatar

Renat Zubairov zubairov

View GitHub Profile
{
"name" : "WebHook to Mailchimp",
"nodes" : [
{
"action" : "elasticio/webhook:receive",
"config": {
"payload": "email,first,last"
}
},
{

Project plan

Project setup and preparation

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
{
"type":"object",
"$schema": "http://json-schema.org/draft-03/schema",
"id": "http://jsonschema.net",
"required":false,
"properties":{
"event": {
"enum": [
"product.created",
"product.updated",
@zubairov
zubairov / flow.json
Created August 30, 2012 07:19 — forked from drobiazko/flow.json
Wufoo to Dropbox
{
"nodes": [
{
"title": "Wufoo Entry",
"icon": "images/icons/wufoo_64.png",
"top": 148,
"left": 527,
"compID": "wufoo_hook",
"subdomain": "elasticio",
"formID": "q7x3s5",
@zubairov
zubairov / flow.json
Created August 28, 2012 15:51 — forked from drobiazko/flow.json
Code to Log
{
"nodes": [
{
"title": "Code",
"icon": "images/icons/code_64.png",
"top": 109,
"left": 247,
"compID": "code",
"code": "next(null, { message : \"Hello world!\" });",
"id": "step_132"
@zubairov
zubairov / flow.json
Created July 9, 2012 11:51 — forked from drobiazko/flow.json
Build in Berlin Applications
{
"nodes": [
{
"title": "Wufoo Entry",
"icon": "images/icons/wufoo_64.png",
"top": 43,
"left": 140,
"compID": "wufoo_hook",
"subdomain": "elasticio",
"formID": "q7x3s5",
@zubairov
zubairov / flow.json
Created June 4, 2012 12:58 — forked from drobiazko/flow.json
Build in Berlin Applications
{
"nodes": [
{
"title": "Wufoo Entry",
"icon": "images/icons/wufoo_64.png",
"top": 44,
"left": 140,
"compID": "wufoo_hook",
"subdomain": "elasticio",
"formID": "q7x3s5",
@zubairov
zubairov / flow.json
Created June 4, 2012 12:58 — forked from drobiazko/flow.json
Build in Berlin Applications
{
"nodes": [
{
"title": "Wufoo Entry",
"icon": "images/icons/wufoo_64.png",
"top": 43,
"left": 140,
"compID": "wufoo_hook",
"subdomain": "elasticio",
"formID": "q7x3s5",
@zubairov
zubairov / gist:2577095
Created May 2, 2012 14:46 — forked from drobiazko/gist:2569504
show_customers.html
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"/>
<style type="text/css">
html {
height: 100%
}
body {
@zubairov
zubairov / flow.json
Created May 2, 2012 14:39 — forked from drobiazko/flow.json
Display customers on GMap
{
"nodes": [
{
"title": "HTTP Request",
"icon": "images/icons/http_64.png",
"top": 129,
"left": 119,
"compID": "http",
"uri": "/leads",
"method": "get",