Step-by-Step Guide

  1. Open /docs and choose Get Access Token or Send Mail from the sidebar.
  2. For token generation, enter your tenant ID, client ID, client secret, and scope, then click Send.
  3. Copy the returned access token and switch to Send Mail.
  4. Use the sender email that was provisioned in the admin panel. You can provide multiple sender aliases if they were saved under the same bridge credentials.
  5. Fill the recipient list, subject, HTML body, and optional CC, BCC, reply-to, or attachment URLs.
  6. Click Send to test the mail request and review the JSON or HTML response preview.
  • Token request: posts to /{tenant}/oauth2/v2.0/token.
  • Mail request: posts to /v1.0/users/{sender_email}/sendMail.
  • Useful response tools: copy, HTML preview, and cURL export.
  • Tip: keep the base URL aligned with your proxy domain or local Laravel server.

This section is intentionally plain HTML so it can be reused as documentation inside the page without requiring authentication.

Get Access Token

POST/{tenant}/oauth2/v2.0/token
grant_type
client_credentials
client_id
Sender generated client id
client_secret
Sender generated client secret
scope
https://mailer.dahlia.tech/.default