bkwld/craft-webhook-scheduler

Checks pending entries to be able to post to a webhook after publishing them.

1.1.0 2023-03-15 18:43 UTC

This package is auto-updated.

Last update: 2024-04-15 21:01:07 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.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require bkwld/craft-webhook-scheduler
    
  3. Add to Crontab:

* * * * * /usr/bin/php /path-to-project/craft craft-webhook-scheduler/default
  1. 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