v1

latestOpenAPI 3.1.02026-07-2616459400.5 KB
Engine — Send

Send email (SendGrid format)

Send an email using SendGrid v3 payload format. The engine authenticates the request, evaluates rules, selects a route via weighted distribution, optionally transforms the payload if the target provider uses a different format, and forwards to the provider API.

post/v1s/ssend

Request body

subjectstring
categoriesstring[]

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"
}