Sends an email based on a custom template and data that you provided to the specified email address.
projectId required | string <uuid> Login-Projekt-ID aus dem Kundenportal. |
email required | string [ 1 .. 255 ] characters E-Mail-Adresse des Benutzers. | ||||||||
required | object | ||||||||
|
No Content
Unauthorized
Not Found
Unprocessable Entity
{- "email": "john_smith@gmail.com",
- "template": {
- "id": "Welcome email template",
- "locale": "en_US",
}
}
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}