Skip to content

docs(cookbooks): add Loops welcome email integration#3821

Merged
abelanger5 merged 2 commits intohatchet-dev:mainfrom
BloggerBust:docs/welcome-email-loops
May 5, 2026
Merged

docs(cookbooks): add Loops welcome email integration#3821
abelanger5 merged 2 commits intohatchet-dev:mainfrom
BloggerBust:docs/welcome-email-loops

Conversation

@BloggerBust
Copy link
Copy Markdown
Contributor

Description

Adds a Loops integration section to the Welcome Email cookbook. The existing local example remains unchanged and runnable without an external email provider; the new section shows how to replace the placeholder print / console.log email send with a Loops transactional email API call for production delivery.

The Loops example uses direct HTTP calls, so no new SDK dependency is required. It also demonstrates Idempotency-Key handling so Hatchet retries can avoid duplicate email sends.

Type of change

  • Documentation change (pure documentation change)

What's Changed

  • Add a Loops section to the Welcome Email cookbook
  • Show Python and TypeScript examples for sending Loops transactional emails
  • Document required Loops setup: account, verified sending domain, transactional email, transactionalId, and LOOPS_API_KEY
  • Include idempotency-key handling for retry-safe email sends
  • Keep the original local print / console.log example unchanged

@vercel
Copy link
Copy Markdown

vercel Bot commented May 4, 2026

@BloggerBust is attempting to deploy a commit to the Hatchet Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hatchet-docs Ready Ready Preview, Comment May 5, 2026 7:59pm

Request Review

@BloggerBust BloggerBust marked this pull request as ready for review May 5, 2026 19:51
@abelanger5 abelanger5 merged commit 03b64ae into hatchet-dev:main May 5, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants