Sends a message to a group via email, including a custom message from the contact form.
POST
/api/groups/{groupId}/mail
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
groupId*
Typestring
RequiredRequest Body
application/json
JSON
{
"message": "Hey, I have a question. ...."
}
Responses
Success, send will happen asynchroneously