Token Email Service
API to send e-mail with a generated token to limit the number of e-mail sent from a specific address. This token allows also to have the authorization (Bearer Token) to send an email. The token will be available 1 day and it allows to send 10 e-mail per day. To use the API service, you have to be registered (dedicated API) and every day you have to generate the permission token The service is…
Token Email Service endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Generate_Token /generate-token |
Function to generate the token to enable the email service |
| POST |
Send_Email /send-email |
API to send an email with a specific token. The token is used both in the header (Bearer Token) and to limit the number of the e-mail per day from a specific account. When the… |
| POST |
Add New Customer /add-new-customer |
API to create a new user into the DB |
Token Email Service pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | Free | — |
|