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
- Host: GitHub
- URL: https://github.com/akkaraponph/email-job-temporal
- Owner: akkaraponph
- Created: 2024-08-19T04:35:13.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-08-21T02:35:17.000Z (about 1 year ago)
- Last Synced: 2025-06-10T13:20:41.857Z (5 months ago)
- Topics: email-sender, temporalio, workflow
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"]
}
```