bkwld / craft-webhook-scheduler
Checks pending entries to be able to post to a webhook after publishing them.
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 2
Type:craft-plugin
Requires
- craftcms/cms: ^3.0 || ^4.0
Requires (Dev)
- craftcms/rector: dev-main
This package is auto-updated.
Last update: 2024-10-15 21:56:26 UTC
README
A Craft plugin that triggers webhooks when scheduled posts become active.
Requirements
This plugin requires Craft CMS 3 or 4
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require bkwld/craft-webhook-scheduler
-
Add to Crontab:
* * * * * /usr/bin/php /path-to-project/craft craft-webhook-scheduler/default
- In the Control Panel, go to Settings → Plugins and click the “Install” button for craft-webhook-scheduler.
Configuring craft-webhook-scheduler
Add Webhooks to the corresponding Site in /admin/craft-webhook-scheduler
Brought to you by Bukwild