18000 | Validation | Triggered Send Object not found | Make sure that you’re passing a TriggeredSend object in the API call. |
18001 | Validation | The Triggered Send Definition is not completely configured or in a new status | Complete the configuration of the Triggered Send Definition or start the Triggered SendDefinition. |
18002 | Validation | - Triggered Send Definition ID/Customer Key don't match (misspelled in code)
- Triggered Send must be in an Active or Inactive status
- No Triggered Send Definition ID or External key supplied
- Triggered Send Definition ID is invalid
- The Triggered Send Object must contain the Triggered Send ID or the Customer Key
- The TriggeredSendDefinitionID provided is not valid for this account
- Invalid Customer Key
- The Triggered Send Definition is not completely configured or in a new status
| - Ensure the Triggered Send Definition is started.
- Complete the configuration of the Triggered Send Definition or start the Triggered SendDefinition.
- Ensure the Triggered Send Definition object contains a populated CustomerKey or ObjectID property.
- Ensure the Triggered Send Definition object CustomerKey or ObjectID property is valid.
- If the message states "Exception occurred during [CreateTriggeredSend]", contact Salesforce Customer Support.
|
18003 | System | Exception occurred during [CreateTriggeredSend] | Contact Salesforce Customer Support. |
18004 | System | Exception occurred during [CreateTriggeredSend] | Contact Salesforce Customer Support. |
18005 | System | Exception occurred during [CreateTriggeredSend] | Contact Salesforce Customer Support. |
18006 | Validation or System | - Unhandled exceptions related to TriggeredSend subscriber processing
- Subscriber was excluded by domain exclusion list
- Subscriber Owner FromEmail property value is set to an invalid email address
| - If using the FromEmail property on the Subscriber's Owner object, ensure the value is a valid email address.
- If this code is on the Subscriber in the SubscriberFailures array on the TriggeredSendCreateResult object, log the subscriber and mark them undeliverable (as the email address' domain in on the Marketing Cloud Engagement spam filter).
- Contact Salesforce Customer Support.
|
180007 | Validation | The Triggered Send Object must have subscribers associated with it | Add one or many Subscribers to the TriggeredSend object. |
180008 | Validation | - Unable to queue Triggered Send request. There are no valid subscribers
- Triggered Send request was not queued. There are no valid subscribers
| - If using SOAP, check the SubscriberFailures array on the TriggeredSendCreateResult object.
- Ensure all required attributes of the subscriber are passed in.
|
180015 | Validation | Triggered Send Data Extension is missing or misconfigured | Modify the triggered send definition to point to an existing triggered send data extension. |