Home
last modified time | relevance | path

Searched refs:webhook (Results 1 – 23 of 23) sorted by last modified time

/plugin/slacknotifier/
H A DREADME.md22 2. Enter the webhook into the slacknotifier configuration section in DokuWiki's Configuration Settings
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3Fulfillment.php40 public $webhook; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Fulfillment
115 public function setWebhook($webhook) argument
117 $this->webhook = $webhook;
124 return $this->webhook;
H A DGoogleCloudDialogflowCxV3beta1Fulfillment.php40 public $webhook; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1Fulfillment
115 public function setWebhook($webhook) argument
117 $this->webhook = $webhook;
124 return $this->webhook;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudBuild.php787 ],'webhook' => [
788 'path' => 'v1/{+name}:webhook',
1023 ],'webhook' => [
1024 'path' => 'v1/projects/{projectId}/triggers/{trigger}:webhook',
1056 'webhook' => [
1057 'path' => 'v1/webhook',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/Resource/
H A DProjectsLocationsTriggers.php167 public function webhook($name, HttpBody $postBody, $optParams = []) function in Google\\Service\\CloudBuild\\Resource\\ProjectsLocationsTriggers
H A DProjectsTriggers.php163 public function webhook($projectId, $trigger, HttpBody $postBody, $optParams = []) function in Google\\Service\\CloudBuild\\Resource\\ProjectsTriggers
H A DV1.php44 public function webhook(HttpBody $postBody, $optParams = []) function in Google\\Service\\CloudBuild\\Resource\\V1
/plugin/discordnotifier/examples/
H A Dsend_embeds.php9 function send_embeds($webhook, $version) argument
26 $ch = curl_init($webhook);
36 $webhook = $conf['webhook']; variable
38 send_embeds($webhook, $version);
H A Dsend_message.php9 function send_message($webhook, $message) argument
15 $ch = curl_init($webhook);
25 $webhook = $conf['webhook']; variable
27 send_message($webhook, $message);
H A Dsend_file.php9 function send_file($webhook, $path_img) argument
16 $ch = curl_init($webhook);
26 $webhook = $conf['webhook']; variable
28 send_file($webhook, $path_img);
/plugin/discordnotifier/
H A DREADME.md19 2. Enter the webhook into the discordnotifier configuration section in DokuWiki's Configuration Set…
H A Dhelper.php171 foreach ( $webhooks_array as $webhook ) {
174 $ch = curl_init ( $webhook );
/plugin/issuelinks/services/
H A DJira.service.php208 $msg = $db->getLang('jira:webhook settings link');
359 $this->makeJiraRequest('/rest/webhooks/1.0/webhook/' . $oldID, [], 'DELETE');
383 $response = $this->makeJiraRequest('/rest/webhooks/1.0/webhook', $payload, 'POST');
413 $this->makeJiraRequest('/rest/webhooks/1.0/webhook/' . $oldID, [], 'DELETE');
439 $response = $this->makeJiraRequest('/rest/webhooks/1.0/webhook', $payload, 'POST');
470 return new RequestResult(400, 'unknown webhook event');
/plugin/webexteamsnotifier/
H A Daction.php73 $webhook = $this->getConf('webhook');
74 $ch = curl_init($webhook);
H A DREADME.md25 2. Enter the webhook into the Webex Teams configuration section in DokuWiki's Configuration Setting…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …web-box::before{content:"\FFB1"}.mdi-webcam::before{content:"\F5A0"}.mdi-webhook::before{content:"…
/plugin/swarmwebhook/
H A DREADME.md7 A webhook endpoint for swarm Check-Ins forwarded by IFTTT or Zapier into a struct table
H A Dplugin.info.txt6 desc A webhook endpoint for swarm checkins forwarded by IFTTT into a struct table
/plugin/swarmwebhook/_test/
H A DZapierHandlePayload.test.php30 $webhook = new mock\Zapier();
32 $webhook->run($inputJSON);
60 $webhook = new mock\Zapier();
62 $actualOK = $webhook->handleWebhookPayload($inputJSON);
63 $actualOK = $actualOK && $webhook->handleWebhookPayload($inputJSON);
/plugin/swarmwebhook/lang/en/
H A Difttt_instructions.txt4 * **URL**: ''%%DOKU_URLlib/plugins/swarmwebhook/webhook.php%%''
H A Dzapier_instructions.txt11 * **URL**: ''%%DOKU_URLlib/plugins/swarmwebhook/webhook.php%%''
14 - Test the webhook
/plugin/rocketchatnotifier/
H A DREADME.md26 2. Enter the webhook into the rocketchat configuration section in DokuWiki's Configuration Settings
H A Daction.php80 $webhook = $this->getConf('webhook');
81 $ch = curl_init($webhook);