1<?php
2/**
3 * Options for the swarmwebhook plugin
4 *
5 * @author Michael Große <mic.grosse@googlemail.com>
6 */
7
8$meta['service']  = array('multichoice','_choices' => array('IFTTT','Zapier'));
9$meta['hook_secret'] = array('password');
10