mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Everything service has examples now, fixes for client generator (#203)
This commit is contained in:
14
email/examples.json
Normal file
14
email/examples.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user