QuestionQ87

Scripting and Automation

A company has decided to use the REST API for triggered sends, but it continues to receive the following error while testing: “Unable to queue Triggered Send request. There are no valid subscribers.” The company was told that the SOAP API gives more detail about the error and discovered that its payload omitted a required data extension field.

Which element in the SOAP API response provides this level of detail?

  • A OverallStatus
  • B ErrorDescription
  • C ErrorCode
Explanation

ErrorDescription contains a human-readable description of the error that occurred, including specific validation details such as a missing required data-extension field. OverallStatus reports only the overall request status, and ErrorCode identifies the error with a code.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!