api4 - Import CRM/, Civi/, templates/, ang/, css/, js/, xml/menu
[civicrm-core.git] / Civi / Api4 / ActionSchedule.php
1 <?php
2
3 namespace Civi\Api4;
4
5 /**
6 * ActionSchedule Entity.
7 *
8 * This entity exposes CiviCRM schedule reminders, which allows us to send messages (through email or SMS)
9 * to contacts when certain criteria are met. Using this API you can create schedule reminder for
10 * supported entities like Contact, Activity, Event, Membership or Contribution.
11 *
12 * Creating a new ActionSchedule requires at minimum a title, mapping_id and entity_value.
13 *
14 * @package Civi\Api4
15 */
16 class ActionSchedule extends Generic\DAOEntity {
17
18 }