Retrieve TriggeredSend Details

Use the Get method to return information about existing triggeredsends.

Documentation for the Fuel Java SDK can be found at http://salesforce-marketingcloud.github.io/FuelSDK-Java/

Optionally, you can set the props property when using the Get method in order to limit the number of fields returned. If you don't define the props property, the call returns all fields. You can provide the props property as an array containing any combination of the following values:

  • ObjectID
  • PartnerKey
  • CreatedDate
  • ModifiedDate
  • Client.ID
  • CustomerKey
  • Email.ID
  • List.ID
  • Name
  • Description
  • TriggeredSendType
  • TriggeredSendStatus
  • HeaderContentArea.ID
  • FooterContentArea.ID
  • SendClassification.ObjectID
  • SendClassification.CustomerKey
  • SenderProfile.CustomerKey
  • SenderProfile.ObjectID
  • DeliveryProfile.CustomerKey
  • DeliveryProfile.ObjectID
  • PrivateDomain.ObjectID
  • PrivateIP.ID
  • AutoAddSubscribers
  • AutoUpdateSubscribers
  • BatchInterval
  • FromName
  • FromAddress
  • BccEmail
  • EmailSubject
  • DynamicEmailSubject
  • IsMultipart
  • IsWrapped
  • TestEmailAddr
  • AllowedSlots
  • NewSlotTrigger
  • SendLimit
  • SendWindowOpen
  • SendWindowClose
  • SuppressTracking
  • Keyword
  • List.PartnerKey
  • Email.PartnerKey
  • SendClassification.PartnerKey
  • PrivateDomain.PartnerKey
  • PrivateIP.PartnerKey
  • Client.PartnerClientKey
  • IsPlatformObject
  • CategoryID

Documentation for the Fuel Java SDK can be found at http://salesforce-marketingcloud.github.io/FuelSDK-Java/

Optionally, you can set the filter property to limit the number of results returned. If you don't define the props property, the call returns all fields. A filter consists of three key/value pairs:

  1. Property: Any of the properties that can be returned for a triggeredsend

  2. SimpleOperator: Valid simple operators include the following:

    • equals
    • notEquals
    • greaterThan
    • lessThan
  3. Value/DateValue: Use DateValue to match values when using a Date datatype. Otherwise, use Value.

Documentation for the Fuel Java SDK can be found at http://salesforce-marketingcloud.github.io/FuelSDK-Java/