Errors

DSAR-OUT-1001: OUTBOUND_RESEND_CONFIG_INVALID

Meaning

The outbound Resend adapter configuration failed validation. The adapter cannot initialize with the provided settings.

Probable Causes

  • Missing or empty apiKey in the Resend adapter configuration.
  • Invalid from email address format.
  • Unsupported or malformed configuration values passed during adapter setup.

How to Fix

  1. Inspect error.details.parseError for the specific validation failure. Example (error.details.parseError) for a validation failure:
    This is a sample parse payload you may see when config schema validation fails.
  2. Verify all required configuration fields are set (apiKey, from).
  3. Ensure email addresses conform to RFC 5322 format.
  4. Check environment variables that feed into the adapter configuration.

Retryable

No. The configuration must be corrected before the adapter can initialize.

Minimal Trigger Example