Skip to content

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
Required

Request Body

application/json
JSON
{
"message": "Hey, I have a question. ...."
}

Responses

Success, send will happen asynchroneously

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python