Skip to content

Instantly share code, notes, and snippets.

View khanzadyan's full-sized avatar
🤨

Tigran Khanzadyan khanzadyan

🤨
  • Bonn, Germany
  • 13:20 (UTC +02:00)
View GitHub Profile
{
"name" : "WebHook to Mailchimp",
"nodes" : [
{
"action" : "elasticio/webhook:receive",
"config": {
"payload": "email,first,last"
}
},
{
@khanzadyan
khanzadyan / component.json
Created May 22, 2015 09:36
Sample component JSON
{
"title": "Twitter",
"description": "Twitter API Integration",
"credentials" : {
"fields":{
"oauth":{
"viewClass":"OAuthFieldView",
"label":"Twitter Account",
"required" : true
}