Send one email through the standard api-side pipeline
Dispatch via send_email. Errors short-circuit with 502 so the Next caller can decide whether to surface or swallow. Welcome sends from provision-org are fire-and-forget on the Next side — a 502 from here becomes a Sentry breadcrumb, not a user-visible failure.
Headers
Request body
Response
Successful Response
Changes
Changed in 1 of the 7 revisions of this API.23
- ●
removed the request property
tag_classrequest-property-removed
- ●
removed the optional property
detailfrom the response with the422statusresponse-optional-property-removed
- ○
added the required property
detailsto the response with the422statusresponse-required-property-added
- ○
added the required property
errorto the response with the422statusresponse-required-property-added
- ○
added the required property
messageto the response with the422statusresponse-required-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●