TriggeredSendCreateResult

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
ConversationIDStringThe unique ID of the initial async API call. All requests that are processed as a single unit have the same ConversationID.
CreateResultsArray of CreateResult objectsNot used.
ErrorCodeIntA code that identifies the type of error that occurred.
NewIDIntSystem identifier for the new object. The API returns this property after creating an object.
NewObjectIDStringSystem identifier for the new object. The application provides this ID after an object is created.
ObjectAPIObject objectSpecifies the definition of the object.
OrdinalIDIntDefines the position of the object in an array of information.
OverallStatusCodeStringRepresents the overall status of a conversation via asynchronous API.
ParentPropertyNameStringDeprecated.
PartnerKeyStringA unique identifier provided by a partner for an object. This property is accessible only via API.
RequestIDStringThe unique ID of the initial async API call.
RequestTypeRequestType objectDefines whether a request uses the synchronous or asynchronous API.
ResultDetailXMLStringContains details of the operation result in XML format.
ResultTypeStringDefines a result as coming from synchronous or asynchronous API.
StatusCodeStringThe status of an asynchronous API request.
StatusMessageStringDescribes the status of an API call.
SubscriberFailuresArray of SubscriberResult objectsLists the subscribers that the triggered send failed for.