Interface IPhoneServiceSendWorkflowEvent

All Superinterfaces:
IPhoneServiceWorkflowEvent, IWorkflowEvent
All Known Subinterfaces:
IPhoneServiceMakeVoiceCallWorkflowEvent, IPhoneServiceSendSmsWorkflowEvent

@Scriptable public interface IPhoneServiceSendWorkflowEvent extends IPhoneServiceWorkflowEvent
  • Method Details

    • getRecipients

      List<String> getRecipients()
      Get a list of recipients.
      Returns:
      The list of recipients (never null).
    • getText

      String getText()
      Get the text.
      Returns:
      The text.
    • getOptionalParameters

      Map<String,Object> getOptionalParameters()
      Get the optional parameters.
      Returns:
      The optional parameters (never null).