v1

latestOpenAPI 3.1.02026-07-2616459400.5 KB
Engine — Send

Send email (Netcore format)

Send an email using Netcore v6 payload format. Identical flow to /v1s/ssend except the incoming type is netcore. Content type keys differ: text/htmlhtml, text/plainplain, categoriestags.

post/v1s/nsend/

Request body

subjectstring
tagsstring[]

Equivalent to SendGrid categories.

Response

Email relayed successfully.

successstring
req_idstring

Unique request ID: {rand6}-{clusterID}-{providerID}-{timestamp}-{sequence}-{clientID}-{routeID}.

messagestring

Example response

{
  "success": "ok",
  "req_id": "f85l13-1-2-260310161455-000-2-11",
  "message": "Message relayed successfully"
}