> ## Documentation Index
> Fetch the complete documentation index at: https://dialnexa.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Email With Resend In DialNexa

> Configure email with Resend in DialNexa using API key, from email, to email, subject, text body, workflow Application nodes, and delivery review.

Email with Resend in DialNexa lets workflows send emails from a connected Resend account. Use it when a call outcome needs written confirmation, a support summary, a lead follow-up, or an internal review notice.

<Note>
  Email actions are wonderfully quiet. That is why success and failure paths matter.
</Note>

## Resend Configuration Fields

| Field      | Purpose                                         |
| ---------- | ----------------------------------------------- |
| API key    | Credential used to call Resend.                 |
| From email | Sender address connected to the Resend account. |
| To email   | Recipient address for the workflow action.      |
| Subject    | Email subject line.                             |
| Text body  | Plain text email content.                       |

## Good Email Follow-Up Uses

<CardGroup cols={2}>
  <Card title="Appointment details" icon="calendar" href="/common-use-cases">
    Send a confirmation after a successful booking call.
  </Card>

  <Card title="Support summary" icon="headphones" href="/monitoring/post-call-analysis-results">
    Send a ticket-style summary after intake.
  </Card>

  <Card title="Sales follow-up" icon="mail" href="/workflows/condition-nodes">
    Send next steps after a qualified lead call.
  </Card>

  <Card title="Failure fallback" icon="alert-triangle" href="/workflows/application-nodes">
    Send a manual-review notice when another application action fails.
  </Card>
</CardGroup>

## Resend Versus Wati

| Need                                              | Choose                                         |
| ------------------------------------------------- | ---------------------------------------------- |
| Formal written confirmation with subject and body | Resend.                                        |
| WhatsApp reminder or template follow-up           | Wati.                                          |
| Internal operations alert                         | Resend.                                        |
| Consumer reminder on a phone-first channel        | Wati, if the recipient and template rules fit. |

## Use Resend In A Workflow

<Steps>
  <Step title="Connect Resend">
    Add API key and from email, then validate the connection.
  </Step>

  <Step title="Choose an Application node">
    Select the Resend email action.
  </Step>

  <Step title="Map recipient">
    Use a lead variable, call attribute, or static value for the recipient email.
  </Step>

  <Step title="Write subject and body">
    Include enough context that the recipient understands why they received the email.
  </Step>

  <Step title="Review invocation evidence">
    Confirm accepted sends, missing fields, provider errors, and latency.
  </Step>
</Steps>

## Email Action Checks

<AccordionGroup>
  <Accordion title="From email fails">
    Confirm sender is valid for the connected Resend account and is allowed to send.
  </Accordion>

  <Accordion title="Recipient is empty">
    Map a lead variable or static value to recipient email. Empty recipient fields should go to a failure path.
  </Accordion>

  <Accordion title="Subject lacks context">
    Use lead variables or call attributes to make it recognizable, such as appointment date or caller name.
  </Accordion>

  <Accordion title="Action fails in workflow">
    Check failure output and integration invocation details before editing unrelated nodes.
  </Accordion>
</AccordionGroup>

## Related Reading

<CardGroup cols={2}>
  <Card title="Connecting Integrations" icon="plug" href="/dashboard-integrations/connecting-integrations">
    Connect Resend.
  </Card>

  <Card title="Using Integrations In Workflows" icon="workflow" href="/dashboard-integrations/using-integrations-in-workflows">
    Run email actions.
  </Card>

  <Card title="Application Nodes" icon="plug" href="/workflows/application-nodes">
    Map email fields.
  </Card>

  <Card title="Integration Functions" icon="settings" href="/dashboard-integrations/integration-functions">
    Debug Resend action results.
  </Card>
</CardGroup>
