Files
piratepoet/mailpoet/lib/Automation
Jan Jakes a191c691f5 Add hook and basic handler for automation triggers
For now trigger keys are stored in the workflow as a JSON array.
This is not optimal in case someone has many workflows but as
workflows are user-created it's unlinkely someone will have thousands
of them. We can consider adding a workflow_triggers table as well.

[MAILPOET-4136]
2022-03-14 09:36:21 +01:00
..
2022-02-21 09:56:26 +01:00

MailPoet Automations

This is a setup for MailPoet Automation.

As this feature intends to be mostly independent on the rest of the MailPoet codebase, we'll try to keep a list of all dependencies and specifics below.

Dependencies

  • PHP >= 7.2
  • MySQL >= 5.0
  • WordPress >= 5.6
  • PSR-11 Container Interface
  • Action Scheduler
  • MailPoet translations setup