Class: Courier::Automations::AutomationStepAction

Inherits:
Object
  • Object
show all
Defined in:
lib/trycourier/automations/types/automation_step_action.rb

Constant Summary collapse

CANCEL =
"cancel"
DELAY =
"delay"
INVOKE =
"invoke"
SEND =
"send"
SEND_LIST =
"send-list"
UPDATE_PROFILE =
"update-profile"