mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"send": [
|
|
{
|
|
"title": "Send email",
|
|
"run_check": false,
|
|
"request": {
|
|
"subject": "Email verification",
|
|
"textBody": "Hi there,\n\nPlease verify your email by clicking this link: $micro_verification_link",
|
|
"from": "Awesome Dot Com"
|
|
},
|
|
"response": {}
|
|
}
|
|
]
|
|
}
|