An open API service indexing awesome lists of open source software.

https://github.com/akkaraponph/email-job-temporal

example email workflow with temporal | Hexagonal Architecture
https://github.com/akkaraponph/email-job-temporal

email-sender temporalio workflow

Last synced: 3 months ago
JSON representation

example email workflow with temporal | Hexagonal Architecture

Awesome Lists containing this project

README

          

- sample json
```json
{
"sender": "your-email@example.com",
"receiver": "testmail@target.com",
"subject": "TEST",
"html_template": "

This is a test

",
"cc": ["empmail01@target.com", "empmail02@target.com"]
}
```