Create a key to copy examples filled with your team.
Send test emails
Use the cluster test-send form or the send API.
The cluster page has a Send a message button. That form posts the same fields as POST /api/v1/teams/:team_id/clusters/:cluster_id/sends and goes through the same submit path.
What the form sends
from,to,cc,bcc,reply_to,subjecttextandhtml- File uploads, stored as
{filename, content_type, content} headersandunique_argsas JSON objectstenantwhen the team has extra tenants
A queued send redirects back to the cluster with the Message-ID. The same 403 errors apply. cluster_not_ready, domain_unverified, credential_missing, and suppressed.
The cluster page also shows SMTP, HTTP inject, and REST recipes. Those talk to the cluster host or this API. They are not a second send stack.