Files
services/email/examples.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": {}
}
]
}