Home
last modified time | relevance | path

Searched refs:webhooks (Results 1 – 18 of 18) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3ListWebhooksResponse.php47 public function setWebhooks($webhooks) argument
49 $this->webhooks = $webhooks;
56 return $this->webhooks;
/plugin/issuelinks/services/
DJira.service.php207 $href = $jira_url . '/plugins/servlet/webhooks';
359 $this->makeJiraRequest('/rest/webhooks/1.0/webhook/' . $oldID, [], 'DELETE');
383 $response = $this->makeJiraRequest('/rest/webhooks/1.0/webhook', $payload, 'POST');
389 … $db->saveWebhook('jira', $projectsString, $newWebhookID, 'jira rest webhooks have no secrets :/');
413 $this->makeJiraRequest('/rest/webhooks/1.0/webhook/' . $oldID, [], 'DELETE');
439 $response = $this->makeJiraRequest('/rest/webhooks/1.0/webhook', $payload, 'POST');
444 … $db->saveWebhook('jira', $projectsString, $newWebhookID, 'jira rest webhooks have no secrets :/');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DHangoutsChat.php91 ],'webhooks' => [
92 'path' => 'v1/{+parent}/webhooks',
185 ],'webhooks' => [
186 'path' => 'v1/{+parent}/webhooks',
264 ],'webhooks' => [
265 'path' => 'v1/{+parent}/webhooks',
DDialogflow.php1558 'webhooks',
1562 'path' => 'v3/{+parent}/webhooks',
1596 'path' => 'v3/{+parent}/webhooks',
/plugin/swarmwebhook/webhooks/
DAbstractWebhook.php3 namespace dokuwiki\plugin\swarmwebhook\webhooks;
DZapier.php3 namespace dokuwiki\plugin\swarmwebhook\webhooks;
DIFTTT.php3 namespace dokuwiki\plugin\swarmwebhook\webhooks;
/plugin/swarmwebhook/
Dwebhook.php10 $hook = \dokuwiki\plugin\swarmwebhook\webhooks\AbstractWebhook::getWebhook();
/plugin/swarmwebhook/_test/mock/
DIFTTT.php6 class IFTTT extends \dokuwiki\plugin\swarmwebhook\webhooks\IFTTT
DZapier.php5 class Zapier extends \dokuwiki\plugin\swarmwebhook\webhooks\Zapier
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/Resource/
DDms.php76 public function webhooks($parent, Message $postBody, $optParams = []) function in Google\\Service\\HangoutsChat\\Resource\\Dms
DRooms.php76 public function webhooks($parent, Message $postBody, $optParams = []) function in Google\\Service\\HangoutsChat\\Resource\\Rooms
DSpaces.php89 public function webhooks($parent, Message $postBody, $optParams = []) function in Google\\Service\\HangoutsChat\\Resource\\Spaces
/plugin/slacknotifier/
DREADME.md20 1. Create an Incoming Webhook on slack: https://api.slack.com/messaging/webhooks#create_a_webhook
/plugin/webexteamsnotifier/
DREADME.md23 …bex Teams, according to https://apphub.webex.com/teams/applications/incoming-webhooks-cisco-systems
/plugin/issuelinks/db/
Dupdate0001.sql59 CREATE TABLE webhooks ( table
/plugin/discordnotifier/
DREADME.md20 To use multiple webhooks, separate them with semicolon.
/plugin/issuelinks/helper/
Ddb.php246 $webhooks = $this->sqlArrayQuery($sql, $params);
247 return $webhooks;