Home
last modified time | relevance | path

Searched refs:webhook (Results 1 – 25 of 27) sorted by relevance

12

/plugin/swarmwebhook/_test/
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/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3Fulfillment.php40 public $webhook; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Fulfillment
115 public function setWebhook($webhook) argument
117 $this->webhook = $webhook;
124 return $this->webhook;
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/discordnotifier/examples/
Dsend_message.php9 function send_message($webhook, $message) argument
15 $ch = curl_init($webhook);
25 $webhook = $conf['webhook']; variable
27 send_message($webhook, $message);
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);
Dsend_embeds.php9 function send_embeds($webhook, $version) argument
26 $ch = curl_init($webhook);
36 $webhook = $conf['webhook']; variable
38 send_embeds($webhook, $version);
/plugin/issuelinks/services/
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/swarmwebhook/lang/en/
Dzapier_instructions.txt11 * **URL**: ''%%DOKU_URLlib/plugins/swarmwebhook/webhook.php%%''
14 - Test the webhook
Difttt_instructions.txt4 * **URL**: ''%%DOKU_URLlib/plugins/swarmwebhook/webhook.php%%''
/plugin/alertrocketchatgroup/
Daction.php98 $webhook = $urlServer;
99 $urlFullWebHook = $webhook.'/hooks/'.$pgPayload;
DREADME7 2. Enter the webhook into the rocketchat configuration section in DokuWiki's Configuration Settings
/plugin/webexteamsnotifier/
Daction.php73 $webhook = $this->getConf('webhook');
74 $ch = curl_init($webhook);
DREADME.md25 2. Enter the webhook into the Webex Teams configuration section in DokuWiki's Configuration Setting…
/plugin/rocketchatnotifier/
Daction.php80 $webhook = $this->getConf('webhook');
81 $ch = curl_init($webhook);
DREADME.md26 2. Enter the webhook into the rocketchat configuration section in DokuWiki's Configuration Settings
/plugin/slacknotifier/
Daction.php37 if (!$this->config->webhook) {
119 $this->submitPayload($this->config->webhook, $formatted);
DREADME.md22 2. Enter the webhook into the slacknotifier configuration section in DokuWiki's Configuration Setti…
/plugin/swarmwebhook/
Dplugin.info.txt6 desc A webhook endpoint for swarm checkins forwarded by IFTTT into a struct table
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/Resource/
DV1.php44 public function webhook(HttpBody $postBody, $optParams = []) function in Google\\Service\\CloudBuild\\Resource\\V1
DProjectsLocationsTriggers.php167 public function webhook($name, HttpBody $postBody, $optParams = []) function in Google\\Service\\CloudBuild\\Resource\\ProjectsLocationsTriggers
DProjectsTriggers.php163 public function webhook($projectId, $trigger, HttpBody $postBody, $optParams = []) function in Google\\Service\\CloudBuild\\Resource\\ProjectsTriggers
/plugin/slacknotifier/helper/
DConfig.php11 * @property string $webhook
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
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/discordnotifier/
Dhelper.php171 foreach ( $webhooks_array as $webhook ) {
174 $ch = curl_init ( $webhook );
DREADME.md19 2. Enter the webhook into the discordnotifier configuration section in DokuWiki's Configuration Set…

12