Errors
DSAR-IN-1001: INBOUND_RESEND_CONTENT_FETCH_FAILED
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
The inbound Resend adapter failed to retrieve the content of a received email from the Resend API.
Probable Causes
- Resend API returned an error when fetching email content by ID.
- Network connectivity issue between the backend and Resend servers.
- Invalid or expired Resend API credentials.
- The referenced email ID does not exist or has been purged.
How to Fix
- Inspect
error.detailsfor the upstream Resend error message and status. - Verify Resend API key is valid and has sufficient permissions.
- Confirm the email ID exists in the Resend dashboard.
- Retry if the failure is transient (network/timeout).
Retryable
Depends on the underlying cause. Network and timeout errors are retriable; auth and validation errors are not.
Minimal Trigger Example
An inbound webhook processes an email whose content cannot be fetched from the Resend API.