communications

  • communications/configuration
  • GET communication_plan/previewThis method returns the customers that will be communicated through a specific communication plan.
  • GET communications/listThis method returns information related with a communication.  Multiple communications are returned by each call
  • GET communications/queue/get_latestThis method returns information related with the latest pending communication queue entries. Multiple communication queue entries are returned by each call
  • GET communications/queue/get_pending_completedThis method returns information related with the latest pending to be viewed and completed communication queue entries. Multiple communication queue entries are returned by each call 
  • GET communications/queue/listThis method returns information related with communication queue entries. Multiple communication queue entries are returned by each call
  • GET communications/queue/showThis method returns information related with a communication queue entry. Single communication queue entry is returned by each call
  • GET communications/showThis method returns information related with a communication. A single communication is returned by each call
  • POST communications/completeThis method completes a communication by setting its life cycle state to completed. Only draft communications can be specified in the parameters. Single communication can be completed by each call. 
  • POST communications/createThis method creates a communication. A single communication can be created by each call. 
  • POST communications/queue/processThis method is used to set the life cycle state of a communication queue entry to processed
  • POST communications/queue/rejectThis method is used to set the life cycle state of a communication queue to rejected
  • POST communications/queue/removeThis method is used by external systems in order to set the life cycle state of a communication queue to "Completed and Removed".
  • POST communications/set_as_viewedThis method sets the specified communication as viewed, offering as optional the ability to specify the viewed on date. Only completed communications can be specified in the parameters. Single communication can be completed by each call. 
  • POST communications/updateThis method updates a communication. Single communication can be updated by each call. Only draft communications can be updated. Fields which are not specified are not updated at all. Fields which are specified as null will be set as null.