GenieOSdocs
Connectors

Resend

Connect Resend for modern API delivery while keeping GenieOS as the template and workflow layer.

Use the Resend connector when your team wants a lightweight ESP API with GenieOS handling templates, validation, approvals, and audit history.

Before you start

  • Create a Resend API key.
  • Verify the sending domain in Resend.
  • Confirm the from address you will use for workspace sends.

Setup

sequenceDiagram
  participant Admin as Workspace admin
  participant MG as GenieOS
  participant Resend as Resend
  participant Recipient as Recipient

  Admin->>Resend: Create API key and verify domain
  Admin->>MG: Install Resend connector
  MG->>Resend: Send test email
  Resend->>Recipient: Deliver email
  Resend->>MG: Webhook events
  1. Open Settings -> Connectors and choose Resend.
  2. Paste the API key.
  3. Set default sender details.
  4. Add the GenieOS webhook URL in Resend.
  5. Send a connector test.

Capabilities

CapabilitySupport
Transactional sendsYes
Broadcast sendsYes
AttachmentsResend limits apply
Inline imagesResend limits apply
WebhooksDelivery, bounce, complaint, open, click events where enabled
SuppressionsProvider events can create GenieOS suppressions

Webhooks and suppressions

Resend webhook events are normalized into GenieOS timelines. Bounces, complaints, and unsubscribe-style events should be treated as suppression signals where Resend emits them for your account configuration.

Troubleshooting

  • Authentication errors usually mean the API key was revoked or copied incorrectly.
  • Sender errors usually mean the domain is not verified in Resend.
  • Missing events usually mean the webhook endpoint was not created or the event type was not enabled.

Resend is a good default when you want a simple API provider and do not need a heavy lifecycle marketing platform.

On this page