All URIs are relative to https://api.clerk.dev/v1
| Method | HTTP request | Description |
|---|---|---|
| create_email | POST /emails | Create an email |
crate::models::Email create_email(create_email_request) Create an email
Create and send an email to the supplied email address ID.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| create_email_request | Option<CreateEmailRequest> | Required parameters |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]