文件名称:webhooks:用于将Craft与Zapier和IFTTT集成的插件
文件大小:139KB
文件格式:ZIP
更新时间:2024-06-05 19:40:32
PHP
Craft CMS的Webhooks 这个插件增加了在Craft CMS中管理“ webhooks”的功能,当某些事件发生时,它将发送GET或POST请求。 它可以用于将您的Craft项目与或构建挂钩之类的任务自动化工具集成。 要求 该插件需要Craft CMS 3.1.19或更高版本。 安装 您可以从插件商店或Composer安装此插件。 从插件商店 转到项目控制面板中的插件存储,然后搜索“ Webhooks”。 然后在其模式窗口中单击“安装”按钮。 与作曲家一起 打开您的终端并运行以下命令: # go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require craftcms/webhooks # tell Craft to i
【文件预览】:
webhooks-master
----composer.json(979B)
----src()
--------Plugin.php(17KB)
--------Webhook.php(7KB)
--------icon.svg(2KB)
--------Group.php(468B)
--------WebhookManager.php(8KB)
--------migrations()
--------records()
--------filters()
--------Settings.php(2KB)
--------WebhookHelper.php(5KB)
--------translations()
--------SendRequestJob.php(2KB)
--------icon-mask.svg(1KB)
--------templates()
--------assets()
--------controllers()
----LICENSE.md(1KB)
----images()
--------custom-headers.png(17KB)
--------edit-webhook.png(56KB)
--------event-filters.png(22KB)