TriggeredSendCreateResult

The TriggeredSendCreateResult object contains results of each triggered send object in a Create request. The objects are returned in the order acted upon: first in, first out. This array contains one TriggeredSendCreateResult object per input triggered send object.

NameData TypeDescription
ConversationIDxsd:stringUnique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID.
CreateResultsCreateResult[]Reserved for future use.
ErrorCodexsd:intIdentifies the error of an API request via a numeric code.
NewIDxsd:intSystem identifier for new object. The API returns this property after creating a new object.
NewObjectIDxsd:stringSystem identifier for new object. The application provides this ID after a new object is created.
ObjectAPIObjectSpecifies definition of object.
OrdinalIDxsd:intDefines position of object within an array of information.
OverallStatusCodexsd:stringRepresents overall status of conversation via async API.
ParentPropertyNamexsd:stringIdentifies parent node of property; populated in nested Create results. Deprecated.
PartnerKeyxsd:stringUnique identifier provided by partner for an object. This property is accessible only via API.
RequestIDxsd:stringUnique ID of initial async API call.
RequestTypeRequestTypeDefines request as synchronous or asynchronous API.
ResultDetailXMLxsd:stringContains details of operation result in XML format.
ResultTypexsd:stringDefines result as coming from synchronous or asynchronous API.
StatusCodexsd:stringStatus of async API request.
StatusMessagexsd:stringDescribes the status of an API call.
SubscriberFailuresSubscriberResult[]Indicates the subscribers for which a triggered send failed