Send email using microservices (admin endpoint)

post/api/v2/admin/email/send

Request Body

templateName string required
data dictionary<string, any> required
executeAt string
reqOrigin string

200 Response

success boolean required

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id