Home
last modified time | relevance | path

Searched refs:Zapier (Results 1 – 7 of 7) sorted by path

/plugin/swarmwebhook/
H A DREADME.md7 A webhook endpoint for swarm Check-Ins forwarded by IFTTT or Zapier into a struct table
/plugin/swarmwebhook/_test/
H A DZapierExtractData.test.php54 $zapierWebhook = new mock\Zapier();
H A DZapierHandlePayload.test.php30 $webhook = new mock\Zapier();
60 $webhook = new mock\Zapier();
/plugin/swarmwebhook/_test/mock/
H A DZapier.php5 class Zapier extends \dokuwiki\plugin\swarmwebhook\webhooks\Zapier class
/plugin/swarmwebhook/lang/en/
H A Dzapier_instructions.txt1 ====== Zapier ======
3 - Go to [[https://zapier.com/app/editor/|the Zapier App editor]]
8 - Search for ''Webhook'' in the search field and choose ''Webhooks by Zapier''
/plugin/swarmwebhook/webhooks/
H A DAbstractWebhook.php17 return new Zapier();
H A DZapier.php7 class Zapier extends AbstractWebhook class