ActionSchedule
class ActionSchedule extends DAOEntity
ActionSchedule Entity.
This entity exposes CiviCRM schedule reminders, which allows us to send messages (through email or SMS) to contacts when certain criteria are met. Using this API you can create schedule reminder for supported entities like Contact, Activity, Event, Membership or Contribution.
Creating a new ActionSchedule requires at minimum a title, mapping_id and entity_value.
Methods
static array
permissions()
Returns a list of permissions needed to access the various actions in this api.
from AbstractEntity
static AbstractAction
__callStatic(string $action, null $args)
Magic method to return the action object for an api.
from AbstractEntity
Details
in AbstractEntity at line 66
static GetActions
getActions()
in DAOEntity at line 62
static
getFields()
in AbstractEntity at line 84
static array
permissions()
Returns a list of permissions needed to access the various actions in this api.
in AbstractEntity at line 99
static protected string
getEntityName()
Get entity name from called class
in AbstractEntity at line 111
static AbstractAction
__callStatic(string $action, null $args)
Magic method to return the action object for an api.