ops
notifyUsersByEmailOps user
sends a notification by email to a list of users
post/ops/users/notify
Request body
Example request
{
"email_list": [
"abc123"
],
"language": "en",
"template_name": "abc123"
}Response
OK response.
Example response
{
"failed_count": 1,
"failed_emails": [
"abc123"
],
"succeeded_count": 1,
"total_count": 1
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.