lacona-ifttt
Version:
Lacona Addon for integrating with anything on IFTTT (via the Maker Channel)
31 lines (30 loc) • 1.14 kB
JSON
{
"key": {
"type": "string",
"title": "Maker Channel Key",
"description": "This key is created for you once you activate the Maker Channel on IFTTT. [Connect the channel](https://ifttt.com/maker_webhooks), then copy the key here.",
"separatorBelow": true
},
"commands": {
"type": "array",
"format": "table",
"sheet": true,
"buttonDescription": "Create commands for every IFTTT Applet you want to use. This Addon does not do anything until Commands are configured. [Learn more](http://lacona.io/ifttt).",
"description": "The Event Name should match the field in the Applet. Commands can make use of variables in the form `{string}`, or option lists in the form `[one option,another option]`. Variables and option lists will be sent to the Maker Channel as `value1`, `value2`, and `value3` in order.",
"items": {
"type": "object",
"properties": {
"event": {
"title": "Event Name",
"type": "string",
"size": 4
},
"command": {
"type": "string",
"title": "Command",
"size": 12
}
}
}
}
}